Build
- 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:
@@ -28,6 +28,7 @@
|
||||
#include <sstream>
|
||||
#include <Context.h>
|
||||
#include <Nibbler.h>
|
||||
#include <A3.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
#include <DOM.h>
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <Context.h>
|
||||
#include <Nibbler.h>
|
||||
#include <text.h>
|
||||
#include <util.h>
|
||||
#include <i18n.h>
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <OldDuration.h>
|
||||
#include <Context.h>
|
||||
#include <Filter.h>
|
||||
#include <Nibbler.h>
|
||||
#include <i18n.h>
|
||||
#include <text.h>
|
||||
#include <util.h>
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <Task.h>
|
||||
#include <A3.h>
|
||||
|
||||
class Command
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user