diff options
Diffstat (limited to 'mi')
-rw-r--r-- | mi/Makefile.am | 2 | ||||
-rw-r--r-- | mi/mipushpxl.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mi/Makefile.am b/mi/Makefile.am index 83f11be0e..c77eac709 100644 --- a/mi/Makefile.am +++ b/mi/Makefile.am @@ -72,4 +72,4 @@ libminimi_la_SOURCES = \ libmi_la_SOURCES = $(libminimi_la_SOURCES) -INCLUDES = # -I$(top_srcdir)/mfb +INCLUDES = -I$(top_srcdir)/mfb diff --git a/mi/mipushpxl.c b/mi/mipushpxl.c index b35a7a7a8..9cdb09af9 100644 --- a/mi/mipushpxl.c +++ b/mi/mipushpxl.c @@ -55,9 +55,7 @@ SOFTWARE. #include "scrnintstr.h" #include "pixmapstr.h" #include "regionstr.h" -#if 0 #include "../mfb/maskbits.h" -#endif #include "mi.h" #define NPT 128 |