summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:25:45 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:25:45 -0500
commitaff903e7719638a26165751e1bf06cb35a8682f3 (patch)
treecd8deff4c6f2027420bcb6e90bdcf5076af630d9 /lib
parent140e519c3219b947f3d736766e99bf93c435989b (diff)
downloadtdevelop-aff903e7719638a26165751e1bf06cb35a8682f3.tar.gz
tdevelop-aff903e7719638a26165751e1bf06cb35a8682f3.zip
Fix inadvertent renaming.
Diffstat (limited to 'lib')
-rw-r--r--lib/cppparser/ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h
index 9051018a..8c185970 100644
--- a/lib/cppparser/ast.h
+++ b/lib/cppparser/ast.h
@@ -185,7 +185,7 @@ TQString nodeTypeToString( int type );
#if defined(CPPPARSER_QUICK_ALLOCATOR)
-#include <tquick_allocator.h>
+#include <quick_allocator.h>
#define DECLARE_ALLOC(tp) \
void * operator new(std::size_t) \