summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscibas.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-08-19 20:31:38 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-19 20:39:35 -0500
commit6f4309fb1e18891aa02fb231f306a1115d4ddac8 (patch)
tree4f45cc1c6bc2eec0514847bc109fd3229b117821 /rsc/source/parser/rscibas.cxx
parentd73872e9f262744d40ffddcc77c3e0ccebe467a0 (diff)
use native yacc/bison support in rsc rather than a sub-make
Diffstat (limited to 'rsc/source/parser/rscibas.cxx')
-rw-r--r--rsc/source/parser/rscibas.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index f2456cfca257..057c338e778e 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -47,8 +47,8 @@
#include <rscdb.hxx>
-#include "rsclex.hxx"
-#include <yyrscyacc.hxx>
+#include <rsclex.hxx>
+#include <rscyacc.hxx>
#include <boost/unordered_map.hpp>