diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:10:54 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:40 -0600 |
commit | 2f3305e939b5ad1f1a6af5a608c10e745deb56d6 (patch) | |
tree | c7493fa1912bbea6c9f3e014aee5427b4a3e22c0 /include/cppuhelper/implementationentry.hxx | |
parent | 7f997d5dcee61b3229f94824cfde6788db65d724 (diff) |
fdo#65108 inter-module includes <> include/cppuhelper
Change-Id: Ife81bf3dacb574b664982f3b4d2c7af9eb78a66a
Diffstat (limited to 'include/cppuhelper/implementationentry.hxx')
-rw-r--r-- | include/cppuhelper/implementationentry.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implementationentry.hxx b/include/cppuhelper/implementationentry.hxx index c99a9b9156c9..533b729b22e2 100644 --- a/include/cppuhelper/implementationentry.hxx +++ b/include/cppuhelper/implementationentry.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CPPUHELPER_IMPLEMENTATIONENTRY_HXX #include <cppuhelper/factory.hxx> -#include "cppuhelperdllapi.h" +#include <cppuhelper/cppuhelperdllapi.h> // MinGW wants it the one way around while MSVC wants it the other (cf. // <sourceforge.net/support/tracker.php?aid=3514133> "Syntactic __cdecl |