aboutsummaryrefslogtreecommitdiff
path: root/src/io/input.h
diff options
context:
space:
mode:
authorJ08nY2017-09-19 12:47:45 +0200
committerJ08nY2017-09-19 12:47:45 +0200
commit3e8c233f7aa720608bf6b82744948eb1709e1d84 (patch)
treeb05187c9dc01caa0fa6e3ec99240ac232aaceffe /src/io/input.h
parent3fad579c3cbcbce457f36af6c1ceff37ec04ee54 (diff)
downloadecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.gz
ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.zst
ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.zip
Move some files into src/misc.
Diffstat (limited to 'src/io/input.h')
-rw-r--r--src/io/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/input.h b/src/io/input.h
index 2759973..eb836e2 100644
--- a/src/io/input.h
+++ b/src/io/input.h
@@ -8,7 +8,7 @@
#ifndef ECGEN_INPUT_H
#define ECGEN_INPUT_H
-#include "gen/types.h"
+#include "misc/types.h"
#include "util/random.h"
/**