- 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 <sstream>
#include <Context.h> #include <Context.h>
#include <Nibbler.h> #include <Nibbler.h>
#include <A3.h>
#include <text.h> #include <text.h>
#include <i18n.h> #include <i18n.h>
#include <DOM.h> #include <DOM.h>

View file

@ -31,6 +31,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <Context.h> #include <Context.h>
#include <Nibbler.h>
#include <text.h> #include <text.h>
#include <util.h> #include <util.h>
#include <i18n.h> #include <i18n.h>

View file

@ -33,6 +33,7 @@
#include <OldDuration.h> #include <OldDuration.h>
#include <Context.h> #include <Context.h>
#include <Filter.h> #include <Filter.h>
#include <Nibbler.h>
#include <i18n.h> #include <i18n.h>
#include <text.h> #include <text.h>
#include <util.h> #include <util.h>

View file

@ -31,7 +31,6 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include <Task.h> #include <Task.h>
#include <A3.h>
class Command class Command
{ {