include/store/store.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3fcbfe10857631212d8b8db9a079bb9692ed78bc Author: Noel Grandin <[email protected]> Date: Thu Oct 1 12:25:38 2015 +0200 followup fix to commit 10e59aee74ede837ad0560e261b0f106371ce96a "always surround our own includes with <>" Change-Id: I71abc565cdcb887bbdccd345f0ff4e9b24d78057 diff --git a/include/store/store.hxx b/include/store/store.hxx index e852988..1c148a2 100644 --- a/include/store/store.hxx +++ b/include/store/store.hxx @@ -24,7 +24,7 @@ #include <sal/types.h> #include <stddef.h> #include <rtl/ustring.hxx> -#include <types.h> +#include <store/types.h> namespace store { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
