app: Add TODO with importance of killing config -> display dependency

Add TODO describing why we should get rid of the dependency to
app/display that app/config has: this is the only dependency from the
core to the UI code.
This commit is contained in:
Martin Nordholts 2010-01-05 18:28:09 +01:00
parent 70d30207f0
commit 6fb317598e
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
#include "config-types.h"
/* FIXME: If we can get rid of this dependency to the display module,
* we will greatly improve the module dependencies in the core, see
* devel-docs/gimp-module-dependencies.svg. In particular, we will get
* rid of the (transitive) dependency from the core to the UI code
*/
#include "display/display-enums.h"
#include "display/gimpdisplayoptions.h"