From 8e947db6be8e79607ecddaa9bafbd7f29940a187 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 9 Sep 2015 16:28:25 +1200 Subject: Changed header include policy to increase build time --- common.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common.c') diff --git a/common.c b/common.c index 953a33b..9cca098 100644 --- a/common.c +++ b/common.c @@ -16,8 +16,11 @@ * . * ************************************************************************/ -#include "paramano.h" +#include "common.h" +#include +#include +#include #include /*********************************************************************** -- cgit v1.1