diff options
Diffstat (limited to 'rts/FrontPanel.c')
-rw-r--r-- | rts/FrontPanel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/FrontPanel.c b/rts/FrontPanel.c index 2ce91e2c65..163a7c08ca 100644 --- a/rts/FrontPanel.c +++ b/rts/FrontPanel.c @@ -12,11 +12,10 @@ /* #include "PosixSource.h" */ #include "Rts.h" + #include "RtsUtils.h" -#include "MBlock.h" #include "FrontPanel.h" #include "Stats.h" -#include "RtsFlags.h" #include "Schedule.h" #include <gtk/gtk.h> |