mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:06:54 +08:00
Moved config dependencies out of header and into cpp
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "support/filesystem.h"
|
||||
#include "support/platform.h"
|
||||
#include "simpleini/simpleini.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user