diff --git a/include/lpContour.h b/include/lpContour.h
index 81a5afaa8ef0a6667ffeccb82e717dfecb9feb2c..f0aaeac9dc1270eadeaceb98bf9f350997b0e60c 100644
--- a/include/lpContour.h
+++ b/include/lpContour.h
@@ -15,8 +15,8 @@
      PURPOSE.  See the above copyright notices for more information.
 
 =========================================================================*/
-#ifndef __LP_CONTOUR_H
-#define __LP_CONTOUR_H
+#ifndef LP_CONTOUR_H
+#define LP_CONTOUR_H
 #include <cassert>
 #include <iostream>
 #include <bitset>
@@ -111,13 +111,4 @@ namespace lp
 									const std::size_t gridSizeX);
 	};
 } // end of namespace lp
-#endif
-
-
-
-
-
-
-
-
-
+#endif
\ No newline at end of file