summaryrefslogtreecommitdiff
path: root/src/genericobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genericobject.cpp')
-rw-r--r--src/genericobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genericobject.cpp b/src/genericobject.cpp
index 188dc645a..4ab031b5d 100644
--- a/src/genericobject.cpp
+++ b/src/genericobject.cpp
@@ -18,8 +18,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "genericobject.h"
-#include "utility.h"
#include <sstream>
+#include "util/serialize.h"
std::string gob_cmd_set_properties(const ObjectProperties &prop)
{