aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_template_parser.c
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-07-07 22:59:54 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-07-07 22:59:54 +0200
commit55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e (patch)
treeb84eaf4ca91ca5795d9698058fcfc6e4404b8d5e /tests/check_template_parser.c
parent3854053b3c533bf1e72bd21cd36f4c5fe3a1b74a (diff)
downloadblogc-55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e.tar.gz
blogc-55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e.tar.bz2
blogc-55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e.zip
*: fixed includes
this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
Diffstat (limited to 'tests/check_template_parser.c')
-rw-r--r--tests/check_template_parser.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/check_template_parser.c b/tests/check_template_parser.c
index 2b34c6f..da6a184 100644
--- a/tests/check_template_parser.c
+++ b/tests/check_template_parser.c
@@ -6,10 +6,6 @@
* See the file LICENSE.
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif /* HAVE_CONFIG_H */
-
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>