diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 14:33:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 16:33:14 +0100 |
commit | 7fe2a3fd370049d7599c301d2af71ca61fec1431 (patch) | |
tree | c4911952a7868c1dfa6b00320e5eaaf758bafc92 /sal/osl/unx/signal.cxx | |
parent | 656bd9f942e13a2c63ccaea458132bca7d1ccceb (diff) |
Fold file_path_helper.h into file_path_helper.hxx
Change-Id: Ifad9594eb6fa396e32818b6d2bafc16adb478994
Diffstat (limited to 'sal/osl/unx/signal.cxx')
-rw-r--r-- | sal/osl/unx/signal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/signal.cxx b/sal/osl/unx/signal.cxx index 49f0e119c867..75d3329fcb22 100644 --- a/sal/osl/unx/signal.cxx +++ b/sal/osl/unx/signal.cxx @@ -75,7 +75,7 @@ #include <rtl/bootstrap.h> #include <rtl/digest.h> -#include "file_path_helper.h" +#include "file_path_helper.hxx" #define ACT_IGNORE 1 #define ACT_EXIT 2 |