From 53d27eb2077794b3fa785576f011f9c358561d51 Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Tue, 3 Jan 2012 15:13:13 +0100 Subject: Removed unnecessary tools includes. --- basic/source/sbx/sbxres.cxx | 2 ++ basic/source/sbx/sbxres.hxx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/sbx/sbxres.cxx b/basic/source/sbx/sbxres.cxx index 84bb6024943e..1648bca44e0f 100644 --- a/basic/source/sbx/sbxres.cxx +++ b/basic/source/sbx/sbxres.cxx @@ -29,6 +29,8 @@ #include "sbxres.hxx" +#include + static const char* pSbxRes[] = { "Empty", "Null", diff --git a/basic/source/sbx/sbxres.hxx b/basic/source/sbx/sbxres.hxx index c50b197a4e88..08396f5511ad 100644 --- a/basic/source/sbx/sbxres.hxx +++ b/basic/source/sbx/sbxres.hxx @@ -29,7 +29,7 @@ #ifndef _SBXRES_HXX #define _SBXRES_HXX -#include +#include // Currently there are no resources provided in the SVTOOLS-Project. // Because it is non-critical resources (BASIC-Keywords), -- cgit