]> Shamusworld >> Repos - architektonas/blobdiff - src/base/vectorsolutions.h
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / vectorsolutions.h
index 72ab42dfaaf6540bac1b100f5ccf3c12fa212f0c..fcb6508f322be24fef3c10b0d6c20be2cc025b78 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __VECTORSOLUTIONS_H__
-#define __VECTORSOLUTIONS_H__
+#ifndef ____VECTORSOLUTIONS_H____
+#define ____VECTORSOLUTIONS_H____
 
 #include <iostream>                                                            // Needed for 'friend ostream' below
 #include "vector.h"
@@ -46,4 +46,4 @@ class VectorSolutions
                bool tangent;
 };
 
-#endif // __VECTORSOLUTIONS_H__
+#endif // __VECTORSOLUTIONS_H____