ITableListener.h: Forward declare ITable.

This commit is contained in:
Peter Johnson
2015-07-23 21:41:30 -07:00
parent 1fc03803cd
commit 6bccf528d7

View File

@@ -7,7 +7,10 @@
#include <memory>
#include "tables/ITable.h"
#include "llvm/StringRef.h"
#include "nt_Value.h"
class ITable;
/**
* A listener that listens to changes in values in a {@link ITable}