diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 11:59:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 11:59:00 +0200 |
commit | 2b11a757cf04ca06329a0b5d11eb6c3bae77a200 (patch) | |
tree | ff5312f6248a4261fb39dd331b7f034385015d7c /src/history/historymodels.h | |
parent | A coding style round (diff) | |
download | rekonq-2b11a757cf04ca06329a0b5d11eb6c3bae77a200.tar.xz |
New rekonq_defines.h
Speed up compilation & linking on Win, Lin & Mac. Step 1
Diffstat (limited to 'src/history/historymodels.h')
-rw-r--r-- | src/history/historymodels.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/history/historymodels.h b/src/history/historymodels.h index 0788ce9a..01d345b8 100644 --- a/src/history/historymodels.h +++ b/src/history/historymodels.h @@ -30,8 +30,10 @@ #define HISTORYMODELS_H +// Rekonq Includes +#include "rekonq_defines.h" + // Local Includes -#include "rekonqprivate_export.h" #include "historymanager.h" // KDE Includes |