diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2008-12-30 14:12:12 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2009-01-05 09:57:25 -0300 |
commit | d5b52d9bc4c2cfe8dbe9fb211f1e40c5b3492125 (patch) | |
tree | dc7d49cb30cdae326d1fe02af18217d95ef268b8 /TelepathyQt4/constants.h | |
parent | fbdadca965c361b324607135634b78a8dea83457 (diff) |
Make including fancy headers mandatory.
Build error if not including fancy headers files (#error directive).
Diffstat (limited to 'TelepathyQt4/constants.h')
-rw-r--r-- | TelepathyQt4/constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TelepathyQt4/constants.h b/TelepathyQt4/constants.h index d8915dc6..46df7fd5 100644 --- a/TelepathyQt4/constants.h +++ b/TelepathyQt4/constants.h @@ -22,6 +22,10 @@ #ifndef _TelepathyQt4_constants_h_HEADER_GUARD_ #define _TelepathyQt4_constants_h_HEADER_GUARD_ +#ifndef IN_TELEPATHY_QT4_INTERNALS +#error IN_TELEPATHY_QT4_INTERNALS +#endif + /** * \addtogroup typesconstants Types and constants * |