Fixes issue 26 "Make include guards unique"

https://github.com/openalpr/openalpr/issues/26
This commit is contained in:
Matt Hill
2014-05-02 20:23:47 -04:00
parent 9d9afa37fb
commit 0bf3f674ee
19 changed files with 60 additions and 54 deletions

View File

@@ -18,8 +18,8 @@
*/
#ifndef CONFIG_H
#define CONFIG_H
#ifndef OPENALPR_CONFIG_H
#define OPENALPR_CONFIG_H
#include "simpleini/simpleini.h"
@@ -129,4 +129,4 @@ private:
};
#endif // CONFIG_H
#endif // OPENALPR_CONFIG_H