From 3b7b07a8a2e299aa90b1f9ed8739c0f066a9cf3c Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Thu, 30 Oct 2014 02:57:15 +0100 Subject: [PATCH] Rez: remove hard-coded include path --- Rez/RezLexer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/Rez/RezLexer.cc b/Rez/RezLexer.cc index fa0703bb80..a21f281b31 100644 --- a/Rez/RezLexer.cc +++ b/Rez/RezLexer.cc @@ -95,7 +95,6 @@ RezLexer::RezLexer(std::string filename, const std::string &data) { pImpl.reset(new Priv(preFilter(data), filename)); - pImpl->ctx.add_include_path("/home/wolfgang/Projects/Retro68/RIncludes"); pImpl->ctx.add_macro_definition("DeRez=0"); pImpl->ctx.add_macro_definition("Rez=1"); pImpl->ctx.add_macro_definition("true=1");