diff --git a/src/input/readers/sqlite/SQLite.h b/src/input/readers/sqlite/SQLite.h index f4cae7d01f..5d82bc55f1 100644 --- a/src/input/readers/sqlite/SQLite.h +++ b/src/input/readers/sqlite/SQLite.h @@ -1,7 +1,7 @@ // See the file "COPYING" in the main distribution directory for copyright. -#ifndef INPUT_READERS_POSTGRES_H -#define INPUT_READERS_POSTGRES_H +#ifndef INPUT_READERS_SQLITE_H +#define INPUT_READERS_SQLITE_H #include "config.h" @@ -50,5 +50,5 @@ private: } } -#endif /* INPUT_READERS_POSTGRES_H */ +#endif /* INPUT_READERS_SQLITE_H */