Moved config dependencies out of header and into cpp

This commit is contained in:
Matt Hill
2015-07-08 08:16:43 -04:00
parent 5b5fc12cb9
commit 0bb974f8c1
2 changed files with 3 additions and 4 deletions

View File

@@ -18,6 +18,9 @@
*/
#include "config.h"
#include "support/filesystem.h"
#include "support/platform.h"
#include "simpleini/simpleini.h"
using namespace std;

View File

@@ -22,10 +22,6 @@
#define OPENALPR_CONFIG_H
#include "simpleini/simpleini.h"
#include "support/filesystem.h"
#include "support/platform.h"
#include "constants.h"
#include <stdio.h>