Index: src/SynTree/Constant.h
===================================================================
--- src/SynTree/Constant.h	(revision 8d7bef249652cc2b9854c7090c758bcd9ad9f613)
+++ src/SynTree/Constant.h	(revision 7e4b44db4aee3e4db9e5c3f78521d2db85fd048b)
@@ -19,11 +19,12 @@
 #include <string>     // for string
 
-#include "BaseSyntaxNode.h"
 #include "Mutator.h"  // for Mutator
 #include "Visitor.h"  // for Visitor
 
+#include "Common/Indenter.h"  // for Indenter
+
 class Type;
 
-class Constant : public BaseSyntaxNode {
+class Constant {
   public:
 	Constant( Type * type, std::string rep, unsigned long long val );
