Remove dependency on the editor directory being in the build's include path.

- Add or remove the necessary subdirectorires to the includes to remove
dependency on the editor directory being in the build's include path.
- Ensure includes in modified files conform to style guideline.
- Remove editor from the build include path.
This commit is contained in:
Marcel Admiraal 2019-10-09 16:11:04 +02:00
parent 781e4f8673
commit a8836ba28d
10 changed files with 19 additions and 20 deletions

View file

@ -31,8 +31,8 @@
#ifndef VISUALSCRIPT_PROPERTYSELECTOR_H
#define VISUALSCRIPT_PROPERTYSELECTOR_H
#include "editor/editor_help.h"
#include "editor/property_editor.h"
#include "editor_help.h"
#include "scene/gui/rich_text_label.h"
class VisualScriptPropertySelector : public ConfirmationDialog {