From 9a26a423540530a5f31c57e03363b2d2b7184b5e Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 11 Nov 2013 22:11:22 -0600 Subject: sfx2: include <> for external includes Change-Id: I63de4bc034020d19abd20f301194482da9a604f4 --- sfx2/source/sidebar/TabBar.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/sidebar/TabBar.cxx') diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx index 12a8b1ced330..30d0b95f18bd 100644 --- a/sfx2/source/sidebar/TabBar.cxx +++ b/sfx2/source/sidebar/TabBar.cxx @@ -22,8 +22,8 @@ #include #include "DeckDescriptor.hxx" #include "Paint.hxx" -#include "sfx2/sidebar/Theme.hxx" -#include "sfx2/sidebar/Tools.hxx" +#include +#include #include "FocusManager.hxx" #include -- cgit