summaryrefslogtreecommitdiff
path: root/cpp/src/FreezeScript/Print.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/FreezeScript/Print.h')
-rw-r--r--cpp/src/FreezeScript/Print.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/FreezeScript/Print.h b/cpp/src/FreezeScript/Print.h
index 6d6d57efbd1..ce548612c77 100644
--- a/cpp/src/FreezeScript/Print.h
+++ b/cpp/src/FreezeScript/Print.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef FREEZE_SCRIPT_PRINT_H
-#define FREEZE_SCRIPT_PRINT_H
+#pragma once
#include <FreezeScript/Data.h>
@@ -18,5 +17,3 @@ namespace FreezeScript
void printData(const DataPtr&, std::ostream&);
} // End of namespace FreezeScript
-
-#endif