summaryrefslogtreecommitdiff
path: root/src/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/point.h')
-rw-r--r--src/point.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/point.h b/src/point.h
index 3d3d7c1d..d486cf97 100644
--- a/src/point.h
+++ b/src/point.h
@@ -18,8 +18,8 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMWSERV_POINT_H_
-#define _TMWSERV_POINT_H_
+#ifndef POINT_H
+#define POINT_H
#include <algorithm>
@@ -87,4 +87,4 @@ class Rectangle
}
};
-#endif // _TMWSERV_POINT_H_
+#endif // POINT_H