diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-03-26 22:05:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-03-26 22:05:49 (GMT) |
commit | adddee10e395524778c026bf577e885cd8f5947d (patch) | |
tree | 6368bccad32f2fdb68bcebd35d5623e48d8d1ba0 /plugins/pychrysalide/gui/core | |
parent | 16d050be2b5660f86cf65c465dd5e49ed615b4d0 (diff) |
Given the priority to string.h from system includes.
Diffstat (limited to 'plugins/pychrysalide/gui/core')
-rw-r--r-- | plugins/pychrysalide/gui/core/panels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/gui/core/panels.c b/plugins/pychrysalide/gui/core/panels.c index 3b88b18..3a3001c 100644 --- a/plugins/pychrysalide/gui/core/panels.c +++ b/plugins/pychrysalide/gui/core/panels.c @@ -32,9 +32,9 @@ #include <gui/core/panels.h> +#include "../panel.h" #include "../../access.h" #include "../../helpers.h" -#include "../panels/panel.h" |