From 424af0690a07a4b10d4b95e4bee467b7c0349550 Mon Sep 17 00:00:00 2001
From: Steven Bennetts <steve@lindenlab.com>
Date: Wed, 7 Nov 2007 23:15:09 +0000
Subject: [PATCH] Removied viewer.h from macview_prefix.h

---
 indra/lscript/lscript_compile/indra.l | 2 +-
 indra/newview/macview_Prefix.h        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l
index 57aef07e184..4fa5b58a818 100644
--- a/indra/lscript/lscript_compile/indra.l
+++ b/indra/lscript/lscript_compile/indra.l
@@ -678,7 +678,7 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename,
 
 		// Reset the lexer's internal buffering.
 
-	    yyrestart(yyin);
+
 
 		b_parse_ok = !yyparse();
 
diff --git a/indra/newview/macview_Prefix.h b/indra/newview/macview_Prefix.h
index c7dd35125cd..4d982f18973 100644
--- a/indra/newview/macview_Prefix.h
+++ b/indra/newview/macview_Prefix.h
@@ -107,7 +107,6 @@
 #include "llvosky.h"
 #include "llworld.h"
 #include "pipeline.h"
-#include "viewer.h"
 
 /////////////////// From llfloater.cpp
 #include "llbutton.h"
-- 
GitLab