aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/iomanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/iomanager.h')
-rw-r--r--yage/core/iomanager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/core/iomanager.h b/yage/core/iomanager.h
index adf91ace..9a1bf12d 100644
--- a/yage/core/iomanager.h
+++ b/yage/core/iomanager.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef IO_MANAGER_H
-#define IO_MANAGER_H
+#pragma once
#include <string>
#include <vector>
@@ -24,5 +23,3 @@ extern bool readFileToBuffer(const std::string &file_path,
}
} // namespace yage
-
-#endif