From 857eda84cab854b949eca40f7ace78d0a7f63d11 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 11 Apr 2019 23:08:05 +0200 Subject: local #include files who are libraries inside <> instead "" --- src/caja-location-entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caja-location-entry.h') diff --git a/src/caja-location-entry.h b/src/caja-location-entry.h index 3d0aad56..cac45553 100644 --- a/src/caja-location-entry.h +++ b/src/caja-location-entry.h @@ -27,7 +27,7 @@ #ifndef CAJA_LOCATION_ENTRY_H #define CAJA_LOCATION_ENTRY_H -#include "../libcaja-private/caja-entry.h" +#include #define CAJA_TYPE_LOCATION_ENTRY caja_location_entry_get_type() #define CAJA_LOCATION_ENTRY(obj) \ -- cgit v1.2.1