summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/automatizer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tome/squelch/automatizer.hpp')
-rw-r--r--src/include/tome/squelch/automatizer.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/tome/squelch/automatizer.hpp b/src/include/tome/squelch/automatizer.hpp
index fae52a2b..786ca1ae 100644
--- a/src/include/tome/squelch/automatizer.hpp
+++ b/src/include/tome/squelch/automatizer.hpp
@@ -1,5 +1,4 @@
-#ifndef H_53108fce_b059_4a82_99db_e1d4970ebd77
-#define H_53108fce_b059_4a82_99db_e1d4970ebd77
+#pragma once
#include <boost/noncopyable.hpp>
#include <memory>
@@ -10,7 +9,7 @@
#include "tome/squelch/cursor_fwd.hpp"
#include "tome/squelch/tree_printer_fwd.hpp"
#include "tome/squelch/condition_fwd.hpp"
-#include "types_fwd.h"
+#include "../object_type_fwd.hpp"
namespace squelch {
@@ -155,5 +154,3 @@ private:
};
} // namespace
-
-#endif