removed BACTEXT_PRINT_ENABLED wrapper around declarations as there are reasons to call some of these routines for non debug printing related purposes.

This commit is contained in:
petermcs
2012-04-30 08:26:58 +00:00
parent 9a86e51e46
commit 8017610632
-3
View File
@@ -33,8 +33,6 @@
#endif
#endif
#ifdef BACTEXT_PRINT_ENABLED
#include <stdbool.h>
#include <stdint.h>
#include "indtext.h"
@@ -116,5 +114,4 @@ extern "C" {
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* BACTEXT_PRINT_ENABLED */
#endif