Add include guards.

This commit is contained in:
Felix Geyer 2012-01-01 21:57:13 +01:00
parent 00aafa69f5
commit 17d0fb9963
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
/* config-keepassx-tests.h. Generated by cmake from config-keepassx-tests.h.cmake */
#ifndef KEEPASSX_CONFIG_TESTS_H
#define KEEPASSX_CONFIG_TESTS_H
#define KEEPASSX_TEST_DATA_DIR "${KEEPASSX_TEST_DATA_DIR}"
#endif // KEEPASSX_CONFIG_TESTS_H