summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-19 20:03:39 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-19 20:04:31 +1000
commit97e24b183f33807a4882bd6a2dcaefd5e8a7cd2e (patch)
tree1aacb320465bdace955a50a452fa602d7cc50c7a /svx
parent599bb5cc8dbe728663c58a92d7231119c10a6d18 (diff)
svx: pixelctl demo - cleanup headers
Change-Id: I9664a064789f5e072d24cfead6a83d64accce27d
Diffstat (limited to 'svx')
-rw-r--r--svx/workben/pixelctl.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/workben/pixelctl.cxx b/svx/workben/pixelctl.cxx
index b2196b6d4b91..28727ee0e5ba 100644
--- a/svx/workben/pixelctl.cxx
+++ b/svx/workben/pixelctl.cxx
@@ -24,7 +24,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/awt/ImageScaleMode.hpp>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
@@ -38,13 +37,6 @@
#include <math.h>
-#include <errno.h>
-#include <unistd.h>
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace cppu;