get rid of some duplication
[ia32rtools.git] / tools / mkbridge.c
index 01a8f56..dda6269 100644 (file)
@@ -12,9 +12,7 @@
 
 #include "my_assert.h"
 #include "my_str.h"
-
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
-#define IS(w, y) !strcmp(w, y)
+#include "common.h"
 
 #include "protoparse.h"