Kaydet (Commit) 7fc46204 authored tarafından August Sodora's avatar August Sodora

Remove unnecessary includes

üst d71ffc85
...@@ -29,23 +29,14 @@ ...@@ -29,23 +29,14 @@
#ifndef _SYMTBL_HXX #ifndef _SYMTBL_HXX
#define _SYMTBL_HXX #define _SYMTBL_HXX
#include <svl/svarray.hxx>
#include <tools/string.hxx>
#include <basic/sbxdef.hxx>
#include <basic/sbdef.hxx>
class SbiSymDef; // base class
class SbiProcDef;
class SbiConstDef; class SbiConstDef;
class SbiSymPool;
class SbiStringPool;
class SvStream;
class SbiParser; class SbiParser;
class SbiProcDef;
class SbiStringPool;
class SbiSymDef; // base class
enum SbiSymScope { SbLOCAL, SbPARAM, SbPUBLIC, SbGLOBAL, SbRTL }; enum SbiSymScope { SbLOCAL, SbPARAM, SbPUBLIC, SbGLOBAL, SbRTL };
// The string-pool collects string entries and // The string-pool collects string entries and
// makes sure that they don't exist twice. // makes sure that they don't exist twice.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment