Remove #pragma once from our header files.
authorThiago Farina <tfarina@chromium.org>
Tue, 17 Jul 2012 14:35:12 +0000 (11:35 -0300)
committerThiago Farina <tfarina@chromium.org>
Tue, 17 Jul 2012 14:35:46 +0000 (11:35 -0300)
https://github.com/martine/ninja/issues/358

Signed-off-by: Thiago Farina <tfarina@chromium.org>
src/clean.h
src/state.h
src/util.h
src/win32port.h

index 4d9b4e6..5938dff 100644 (file)
@@ -14,7 +14,6 @@
 
 #ifndef NINJA_CLEAN_H_
 #define NINJA_CLEAN_H_
-#pragma once
 
 #include <set>
 #include <string>
index 23ca12b..9197ef8 100644 (file)
@@ -14,7 +14,6 @@
 
 #ifndef NINJA_STATE_H_
 #define NINJA_STATE_H_
-#pragma once
 
 #include <map>
 #include <string>
index 82f4850..3192ded 100644 (file)
@@ -14,7 +14,6 @@
 
 #ifndef NINJA_UTIL_H_
 #define NINJA_UTIL_H_
-#pragma once
 
 #ifdef _WIN32
 #include "win32port.h"
index 8b42b38..97bf817 100644 (file)
@@ -14,7 +14,6 @@
 
 #ifndef NINJA_WIN32PORT_H_
 #define NINJA_WIN32PORT_H_
-#pragma once
 
 /// A 64-bit integer type
 typedef signed long long int64_t;