summaryrefslogtreecommitdiffstats
path: root/engine/include
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:06:45 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-22 02:06:45 +0100
commitd5ac28424554a94f6f21527c2f393a3e595cbc59 (patch)
tree689516f3031c6805d00e09dc120980af7184f585 /engine/include
parentSoos (diff)
downloadflatland-d5ac28424554a94f6f21527c2f393a3e595cbc59.tar.gz
flatland-d5ac28424554a94f6f21527c2f393a3e595cbc59.zip
Sed
Diffstat (limited to 'engine/include')
-rw-r--r--engine/include/signal.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/include/signal.hpp b/engine/include/signal.hpp
index ab0467a..24d240d 100644
--- a/engine/include/signal.hpp
+++ b/engine/include/signal.hpp
@@ -4,9 +4,9 @@
#include <list>
#include <set>
#include <initializer_list>
-#include "object.hpppp"
+#include "object.hpp"
#include "task.hpp"
-#include "types.hpppp"
+#include "types.hpp"
namespace flat
{