summaryrefslogtreecommitdiffstats
path: root/mkspecs/linux-g++
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-12-26 00:47:02 +0100
committerThiago Macieira <thiago.macieira@nokia.com>2009-12-26 00:52:02 +0100
commit63bd10ae61ed0b877344b217e57eb87f77256e98 (patch)
treee4c2d2c92922114cde811776a84b70de65e191f8 /mkspecs/linux-g++
parente6f6ba99253aaac496083b4cf122b095f21b43b3 (diff)
Don't include dlfcn.h unconditionally.
Task-number: QTBUG-3344 Reviewed-by: Trust Me
Diffstat (limited to 'mkspecs/linux-g++')
-rw-r--r--mkspecs/linux-g++/qplatformdefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/linux-g++/qplatformdefs.h b/mkspecs/linux-g++/qplatformdefs.h
index ecfbc73881..00f1b51cf0 100644
--- a/mkspecs/linux-g++/qplatformdefs.h
+++ b/mkspecs/linux-g++/qplatformdefs.h
@@ -67,7 +67,6 @@
#include <grp.h>
#include <pwd.h>
#include <signal.h>
-#include <dlfcn.h>
#include <sys/types.h>
#include <sys/ioctl.h>