diff options
author | Friedemann Kleint <[email protected]> | 2013-03-18 14:47:33 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2013-03-19 17:19:26 +0100 |
commit | aebf19eabd6c46734550b575454efe074c37bffb (patch) | |
tree | 9b552cfc970af63e6d6dc880479973e5b22c6536 /src/libs/utils/ipaddresslineedit.h | |
parent | 3824d901685b3013e7074ecac4ad16638a8f40e9 (diff) |
Clean headers in Utils.
Forward-declare QGraphicsOpacityEffect in DetailsButton,
QProcessEnvironment in Environment, QFileInfo in fileutils,
QUrl in IWelcomePage, FancyLineEdit in PathChooser and
remove unneeded headers.
Change-Id: I7d5f273530dd2059bbdaf0899f0a3bc7e49e8482
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/utils/ipaddresslineedit.h')
-rw-r--r-- | src/libs/utils/ipaddresslineedit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/utils/ipaddresslineedit.h b/src/libs/utils/ipaddresslineedit.h index 38dd2915cea..be21f124dcd 100644 --- a/src/libs/utils/ipaddresslineedit.h +++ b/src/libs/utils/ipaddresslineedit.h @@ -30,7 +30,6 @@ #ifndef IPADDRESSLINEEDIT_H #define IPADDRESSLINEEDIT_H -#include "utils_global.h" #include "basevalidatinglineedit.h" namespace Utils { |