diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-11 22:04:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-11 22:04:10 +0300 |
commit | e989e70d3ec872ffd881f07b16d970a2cb7f1cbc (patch) | |
tree | c6c2b135a0714402f02c011d233cf01e920f1161 | |
parent | 37940ebc8cefc98d804ad08fcb5c982da03557f2 (diff) | |
download | deheader-e989e70d3ec872ffd881f07b16d970a2cb7f1cbc.tar.gz deheader-e989e70d3ec872ffd881f07b16d970a2cb7f1cbc.tar.bz2 deheader-e989e70d3ec872ffd881f07b16d970a2cb7f1cbc.tar.xz deheader-e989e70d3ec872ffd881f07b16d970a2cb7f1cbc.zip |
Fix ci test5.
-rw-r--r-- | tools/ci/samples/test5.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/samples/test5.h b/tools/ci/samples/test5.h index d7b9143..b570829 100644 --- a/tools/ci/samples/test5.h +++ b/tools/ci/samples/test5.h @@ -1,8 +1,8 @@ +#include "include1.h" + #ifndef TEST5 #define TEST5 -#include "include1.h" - int function1(); #endif // TEST5
\ No newline at end of file |