diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 19:27:15 +0000 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-17 19:27:15 +0000 |
commit | ad1cadf3512f3dd789151983e5c93af411f929db (patch) | |
tree | d6d25d562617d9bec7b13286cf413ed8f7567275 /chill/src/loop.cc | |
parent | cfafd2ffcad803e7bb02b60c085eafd73f28f87a (diff) | |
download | chill-ad1cadf3512f3dd789151983e5c93af411f929db.tar.gz chill-ad1cadf3512f3dd789151983e5c93af411f929db.tar.bz2 chill-ad1cadf3512f3dd789151983e5c93af411f929db.zip |
restructure
Diffstat (limited to 'chill/src/loop.cc')
-rw-r--r-- | chill/src/loop.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chill/src/loop.cc b/chill/src/loop.cc index 0a82f7a..f4cd844 100644 --- a/chill/src/loop.cc +++ b/chill/src/loop.cc @@ -24,7 +24,7 @@ #include <limits.h> #include <math.h> -#include <codegen.h> +#include <code_gen/codegen.h> #include <code_gen/CG_utils.h> #include <iostream> #include <algorithm> |