summaryrefslogtreecommitdiff
path: root/basic/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-05-17 10:08:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-05-17 10:08:59 +0200
commit539ba642d738b62f62095296a1bff2621a421e8e (patch)
tree29594f39af0d92e28b78c964536a6d2aebb76750 /basic/source/inc
parent89a0763e6de4939bde1bfa149e81c2cdfc24f1de (diff)
remove unnecessary header file
Change-Id: I3b86a54a773341be7e7e69e88c59dc531ea49c5b
Diffstat (limited to 'basic/source/inc')
-rw-r--r--basic/source/inc/sbcomp.hxx32
1 files changed, 0 insertions, 32 deletions
diff --git a/basic/source/inc/sbcomp.hxx b/basic/source/inc/sbcomp.hxx
deleted file mode 100644
index 0ca6d4a93f96..000000000000
--- a/basic/source/inc/sbcomp.hxx
+++ /dev/null
@@ -1,32 +0,0 @@
-/* -*- 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: */