summaryrefslogtreecommitdiff
path: root/src/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vector.h b/src/vector.h
index cd477301..6dd461ac 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMW_VECTOR_H_
-#define _TMW_VECTOR_H_
+#ifndef VECTOR_H
+#define VECTOR_H
#include <math.h>
@@ -187,4 +187,4 @@ class Vector
*/
std::ostream& operator <<(std::ostream &os, const Vector &v);
-#endif // _TMW_VECTOR_H_
+#endif // VECTOR_H