diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-11 13:13:54 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-11 15:19:42 +0100 |
commit | 4bfb595deb1cb45e89bf697fedd2e44647d058f2 (patch) | |
tree | 4523220533df27bd150b8e2929507e85bf0f0099 | |
parent | 8b9ddfe4f391b6532ad74765391638ff0e4af11d (diff) |
remove obsolete includes
-rw-r--r-- | desktop/source/splash/splash.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/about.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index 59019502e0c9..416cd336f34a 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -28,7 +28,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_desktop.hxx" -#include <introbmpnames.hxx> #include "splash.hxx" #include <stdio.h> #include <unotools/bootstrap.hxx> diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx index 580f3c42257d..f7d05a43f0c8 100644 --- a/sfx2/source/dialog/about.cxx +++ b/sfx2/source/dialog/about.cxx @@ -29,7 +29,6 @@ #include "precompiled_sfx2.hxx" // include --------------------------------------------------------------- -#include <aboutbmpnames.hxx> #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> |