Remove __LCLINT__-ifdef'ed blocks.
[platform/upstream/rpm.git] / debug.h
1 /**
2  * To be included after all other includes.
3  */
4 #ifndef H_DEBUG
5 #define H_DEBUG
6
7 #include <assert.h>
8
9 #ifdef  DMALLOC
10 #include <dmalloc.h>
11 #endif
12
13 #endif  /* H_DEBUG */