about summary refs log tree commit diff
path: root/converter/ppm/ppmtoacad.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ppmtoacad.c')
-rw-r--r--converter/ppm/ppmtoacad.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/converter/ppm/ppmtoacad.c b/converter/ppm/ppmtoacad.c
index 4f927f02..b5ee4d65 100644
--- a/converter/ppm/ppmtoacad.c
+++ b/converter/ppm/ppmtoacad.c
@@ -20,10 +20,9 @@
 */
 
 #include <stdio.h>
-#include "ppm.h"
 
-#define TRUE     1
-#define FALSE    0
+#include "pm_c_util.h"
+#include "ppm.h"
 
 #define EOS     '\0'