diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-12-26 11:08:23 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-12-26 11:08:23 (GMT) |
commit | 181e3a9a8819ba50c74f4864c0fca111e375aa5e (patch) | |
tree | 216f46f42175618bb717659fd44d5b0cad38dd70 /src/gui/panels | |
parent | 9b5cd85f783f0174e81f22bb3333d4dfcec76532 (diff) |
Registered the current project as a real global variable.
Diffstat (limited to 'src/gui/panels')
-rw-r--r-- | src/gui/panels/welcome.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/welcome.c b/src/gui/panels/welcome.c index f69b81d..0edeb41 100644 --- a/src/gui/panels/welcome.c +++ b/src/gui/panels/welcome.c @@ -38,11 +38,11 @@ #include "panel-int.h" #include "../core/global.h" -#include "../../analysis/project.h" #include "../../common/cpp.h" #include "../../common/io.h" #include "../../common/net.h" #include "../../common/shuffle.h" +#include "../../core/global.h" #include "../../core/params.h" #include "../../gtkext/support.h" |