summaryrefslogtreecommitdiff
path: root/src/common/hash.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 01:01:00 -0700
committerGitHub <noreply@github.com>2017-05-28 01:01:00 -0700
commit4caa2bad9d57c97aa749d3a44f6be6f593bb798b (patch)
treeba001a9832ee8965963d17fd4e93e9222e1153de /src/common/hash.cpp
parentec8dfc8fb7218e5c552c42d30a68e13e350c3d0e (diff)
parent7b81903756451281bd1f07d8e9a2dceeff79df08 (diff)
Merge pull request #2733 from yuriks/cmake-cleanup
Dependencies and build system cleanup
Diffstat (limited to 'src/common/hash.cpp')
-rw-r--r--src/common/hash.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/hash.cpp b/src/common/hash.cpp
index f3d390dc5..a02e9e5b9 100644
--- a/src/common/hash.cpp
+++ b/src/common/hash.cpp
@@ -5,9 +5,9 @@
#if defined(_MSC_VER)
#include <stdlib.h>
#endif
-#include "common_funcs.h"
-#include "common_types.h"
-#include "hash.h"
+#include "common/common_funcs.h"
+#include "common/common_types.h"
+#include "common/hash.h"
namespace Common {