diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-28 15:49:52 +1300 |
commit | 22428b4d31bfbad0462fe13719698232452f4149 (patch) | |
tree | d52cc14b3c5c7eb192c15b7ba85666bc2686dc86 /config_file.c | |
parent | 45f116b0562951775af0d6833229b22b49bc0397 (diff) | |
download | paramano-22428b4d31bfbad0462fe13719698232452f4149.tar.xz |
Code tidy
Diffstat (limited to 'config_file.c')
-rw-r--r-- | config_file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config_file.c b/config_file.c index 33dd512..b085c4c 100644 --- a/config_file.c +++ b/config_file.c @@ -16,8 +16,7 @@ * <http://www.gnu.org/licenses/>. * ************************************************************************/ -#include "config_file.h" -#include "common.h" +#include "paramano.h" gboolean config_open(struct config_file* config_file) { |