about summary refs log tree commit diff stats
path: root/tests/test_parser.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-07-11 22:57:35 +0100
committerJames Booth <boothj5@gmail.com>2013-07-11 22:57:35 +0100
commit36265dde2fd70f994bc8ee2b2cdff9a398ceff1d (patch)
tree4df05c0207d07e8aa4a16aa73c5f2b05ee46677d /tests/test_parser.c
parent907beb55f6dba952b6b07579c919fad251b7a0c0 (diff)
downloadprofani-tty-36265dde2fd70f994bc8ee2b2cdff9a398ceff1d.tar.gz
Moved functions to parser.c, moved parser to tools
Diffstat (limited to 'tests/test_parser.c')
-rw-r--r--tests/test_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parser.c b/tests/test_parser.c
index fd1b1e1c..58e3f3e7 100644
--- a/tests/test_parser.c
+++ b/tests/test_parser.c
@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <head-unit.h>
-#include "command/parser.h"
+#include "tools/parser.h"
 
 void
 parse_null_returns_null(void)