summaryrefslogtreecommitdiff
path: root/sfx2/source/control/asyncfunc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/control/asyncfunc.cxx')
-rw-r--r--sfx2/source/control/asyncfunc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/asyncfunc.cxx b/sfx2/source/control/asyncfunc.cxx
index fe25e3749132..b81639af5646 100644
--- a/sfx2/source/control/asyncfunc.cxx
+++ b/sfx2/source/control/asyncfunc.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <sfx2/asyncfunc.hxx>
+#include <asyncfunc.hxx>
AsyncFunc::AsyncFunc(const std::function<void()>& rAsyncFunc)
: m_pAsyncFunc(rAsyncFunc)