diff options
Diffstat (limited to 'include/serialize.h')
-rw-r--r-- | include/serialize.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/serialize.h b/include/serialize.h index afe75c6d3..7979aca35 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -9,8 +9,7 @@ * Based on the original code of Services by Andy Church. */ -#ifndef SERIALIZE_H -#define SERIALIZE_H +#pragma once #include <sstream> @@ -329,5 +328,3 @@ class Serialize::Reference : public ReferenceBase return NULL; } }; - -#endif // SERIALIZE_H |