Kaydet (Commit) 539ba642 authored tarafından Noel Grandin's avatar Noel Grandin

remove unnecessary header file

Change-Id: I3b86a54a773341be7e7e69e88c59dc531ea49c5b
üst 89a0763e
...@@ -75,8 +75,8 @@ ...@@ -75,8 +75,8 @@
#include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XControl.hpp>
#include <comphelper/anytostring.hxx> #include <comphelper/anytostring.hxx>
#include <ooo/vba/VbQueryClose.hpp> #include <ooo/vba/VbQueryClose.hpp>
#include "sbcomp.hxx"
#include "sbxmod.hxx" #include "sbxmod.hxx"
#include "parser.hxx"
using namespace com::sun::star; using namespace com::sun::star;
using namespace com::sun::star::lang; using namespace com::sun::star::lang;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <osl/thread.h> #include <osl/thread.h>
#include "buffer.hxx" #include "buffer.hxx"
#include "sbcomp.hxx" #include "parser.hxx"
const static sal_uInt32 UP_LIMIT=0xFFFFFF00L; const static sal_uInt32 UP_LIMIT=0xFFFFFF00L;
......
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
#include <basic/sbx.hxx> #include <basic/sbx.hxx>
#include "sbcomp.hxx"
#include "image.hxx" #include "image.hxx"
#include "codegen.hxx"
#include "parser.hxx"
#include <limits> #include <limits>
#include <algorithm> #include <algorithm>
#include <osl/diagnose.h> #include <osl/diagnose.h>
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*/ */
#include <basic/sbx.hxx> #include <basic/sbx.hxx>
#include "sbcomp.hxx"
#include "sbunoobj.hxx" #include "sbunoobj.hxx"
#include "parser.hxx"
#include <svtools/miscopt.hxx> #include <svtools/miscopt.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <com/sun/star/reflection/theCoreReflection.hpp> #include <com/sun/star/reflection/theCoreReflection.hpp>
......
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
*/ */
#include "sbcomp.hxx" #include "codegen.hxx"
#include "expr.hxx" #include "expr.hxx"
#include "parser.hxx"
// Transform table for token operators and opcodes // Transform table for token operators and opcodes
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
#include <math.h> #include <math.h>
#include <rtl/math.hxx> #include <rtl/math.hxx>
#include "sbcomp.hxx" #include "codegen.hxx"
#include "parser.hxx"
#include "expr.hxx" #include "expr.hxx"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "sbcomp.hxx" #include "parser.hxx"
#include <basic/sbx.hxx> #include <basic/sbx.hxx>
#include "expr.hxx" #include "expr.hxx"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sbcomp.hxx" #include "parser.hxx"
#include "iosys.hxx" #include "iosys.hxx"
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "sbcomp.hxx" #include "parser.hxx"
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
// Single-line IF and Multiline IF // Single-line IF and Multiline IF
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include <basic/sbx.hxx> #include <basic/sbx.hxx>
#include "sbcomp.hxx" #include "parser.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/script/ModuleType.hpp>
#include <svtools/miscopt.hxx> #include <svtools/miscopt.hxx>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <basic/sbx.hxx> #include <basic/sbx.hxx>
#include "sbcomp.hxx" #include "parser.hxx"
#include "image.hxx" #include "image.hxx"
#include "sbobjmod.hxx" #include "sbobjmod.hxx"
#include <svtools/miscopt.hxx> #include <svtools/miscopt.hxx>
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
*/ */
#include "basiccharclass.hxx" #include "basiccharclass.hxx"
#include "sbcomp.hxx" #include "scanner.hxx"
#include "sbintern.hxx"
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "sbcomp.hxx" #include "parser.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "basiccharclass.hxx" #include "basiccharclass.hxx"
#include "sbcomp.hxx" #include "token.hxx"
struct TokenTable { SbiToken t; const char *s; }; struct TokenTable { SbiToken t; const char *s; };
......
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_BASIC_SOURCE_INC_SBCOMP_HXX
#define INCLUDED_BASIC_SOURCE_INC_SBCOMP_HXX
// I've taken the following from the new file by MD! (MT)
#include "sbintern.hxx"
#include "token.hxx"
#include "symtbl.hxx"
#include "parser.hxx"
#include "codegen.hxx"
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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