- When A3.h is removed from Command.h, other include files need to be
  added elsewhere.  That means the dependencies were wrong.  Hmm.
This commit is contained in:
Paul Beckingham 2014-05-25 21:25:49 -04:00
parent afe4b6883f
commit 4661cdf0b2
4 changed files with 3 additions and 1 deletions

View file

@ -28,6 +28,7 @@
#include <sstream>
#include <Context.h>
#include <Nibbler.h>
#include <A3.h>
#include <text.h>
#include <i18n.h>
#include <DOM.h>