Fixup after merge.
authorDavid Given <dg@cowlark.com>
Mon, 9 Jan 2017 21:44:00 +0000 (22:44 +0100)
committerDavid Given <dg@cowlark.com>
Mon, 9 Jan 2017 21:44:00 +0000 (22:44 +0100)
util/mcgg/iburg.c
util/mcgg/registers.c

index a95065d..ef31223 100644 (file)
@@ -13,7 +13,6 @@
 #include "iburg.h"
 #include "ircodes.h"
 #include "astring.h"
-#include "smap.h"
 #include "registers.h"
 
 static char rcsid[] = "$Id$";
index e998cd8..f657caa 100644 (file)
@@ -4,7 +4,6 @@
 #include <stdbool.h>
 #include <assert.h>
 #include "registers.h"
-#include "smap.h"
 #include "array.h"
 #include "stringlist.h"
 #include "iburg.h"