summaryrefslogtreecommitdiff
path: root/src/parsers/type/function_type.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-06 21:59:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-06 21:59:09 +0300
commit59fb02dd6ca9c1d4bea1304405916847fd514988 (patch)
tree47e5a7fdd8cc5a0d78505d81fdb55d52e651dd1b /src/parsers/type/function_type.cpp
parent21013ca9b7fe37341b851739780bc446aec76fb9 (diff)
downloadparanucker-59fb02dd6ca9c1d4bea1304405916847fd514988.tar.gz
paranucker-59fb02dd6ca9c1d4bea1304405916847fd514988.tar.bz2
paranucker-59fb02dd6ca9c1d4bea1304405916847fd514988.tar.xz
paranucker-59fb02dd6ca9c1d4bea1304405916847fd514988.zip
Move parserincludes.h into includes directory.
Diffstat (limited to 'src/parsers/type/function_type.cpp')
-rw-r--r--src/parsers/type/function_type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/type/function_type.cpp b/src/parsers/type/function_type.cpp
index 23958e1..e2f306e 100644
--- a/src/parsers/type/function_type.cpp
+++ b/src/parsers/type/function_type.cpp
@@ -17,7 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "parsers/parserincludes.h"
+#include "includes/parserincludes.h"
parserDefine(FunctionType);