diff options
Diffstat (limited to 'src/caja-information-panel.h')
-rw-r--r-- | src/caja-information-panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-information-panel.h b/src/caja-information-panel.h index 5ccdd9d6..94d605d3 100644 --- a/src/caja-information-panel.h +++ b/src/caja-information-panel.h @@ -28,7 +28,7 @@ #ifndef CAJA_INFORMATION_PANEL_H #define CAJA_INFORMATION_PANEL_H -#include <eel/eel-background-box.h> +#include "../eel/eel-background-box.h" #define CAJA_TYPE_INFORMATION_PANEL caja_information_panel_get_type() #define CAJA_INFORMATION_PANEL(obj) \ |