Browse Source

Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already.

David Wimsey 11 years ago
parent
commit
4e1786a833
100 changed files with 257 additions and 257 deletions
  1. 3 3
      Source/Controls/Clipboard.cpp
  2. 8 8
      Source/Controls/Controls.cpp
  3. 1 1
      Source/Controls/DataFormatter.cpp
  4. 2 2
      Source/Controls/DataQuery.cpp
  5. 4 4
      Source/Controls/DataSource.cpp
  6. 4 4
      Source/Controls/DataSourceListener.cpp
  7. 10 10
      Source/Controls/ElementDataGrid.cpp
  8. 4 4
      Source/Controls/ElementDataGridCell.cpp
  9. 2 2
      Source/Controls/ElementDataGridExpandButton.cpp
  10. 6 6
      Source/Controls/ElementDataGridRow.cpp
  11. 4 4
      Source/Controls/ElementForm.cpp
  12. 1 1
      Source/Controls/ElementFormControl.cpp
  13. 4 4
      Source/Controls/ElementFormControlDataSelect.cpp
  14. 2 2
      Source/Controls/ElementFormControlInput.cpp
  15. 4 4
      Source/Controls/ElementFormControlSelect.cpp
  16. 4 4
      Source/Controls/ElementFormControlTextArea.cpp
  17. 3 3
      Source/Controls/ElementTabSet.cpp
  18. 1 1
      Source/Controls/ElementTextSelection.h
  19. 1 1
      Source/Controls/InputType.cpp
  20. 3 3
      Source/Controls/InputType.h
  21. 2 2
      Source/Controls/InputTypeButton.cpp
  22. 2 2
      Source/Controls/InputTypeButton.h
  23. 1 1
      Source/Controls/InputTypeCheckbox.cpp
  24. 3 3
      Source/Controls/InputTypeRadio.cpp
  25. 1 1
      Source/Controls/InputTypeRange.cpp
  26. 2 2
      Source/Controls/InputTypeSubmit.cpp
  27. 2 2
      Source/Controls/InputTypeText.cpp
  28. 1 1
      Source/Controls/Python/DataFormatterWrapper.h
  29. 3 3
      Source/Controls/Python/DataGridRowProxy.cpp
  30. 2 2
      Source/Controls/Python/DataSourceWrapper.cpp
  31. 3 3
      Source/Controls/Python/DataSourceWrapper.h
  32. 14 14
      Source/Controls/Python/ElementInterface.cpp
  33. 3 3
      Source/Controls/Python/Module.cpp
  34. 1 1
      Source/Controls/Python/Module.h
  35. 1 1
      Source/Controls/Python/SelectOptionProxy.cpp
  36. 1 1
      Source/Controls/Python/SelectOptionProxy.h
  37. 3 3
      Source/Controls/Python/precompiled.h
  38. 1 1
      Source/Controls/SelectOption.cpp
  39. 8 8
      Source/Controls/WidgetDropDown.cpp
  40. 3 3
      Source/Controls/WidgetDropDown.h
  41. 2 2
      Source/Controls/WidgetSlider.cpp
  42. 1 1
      Source/Controls/WidgetSlider.h
  43. 2 2
      Source/Controls/WidgetSliderInput.cpp
  44. 4 4
      Source/Controls/WidgetTextInput.cpp
  45. 4 4
      Source/Controls/WidgetTextInput.h
  46. 2 2
      Source/Controls/WidgetTextInputMultiLine.cpp
  47. 2 2
      Source/Controls/WidgetTextInputSingleLine.cpp
  48. 1 1
      Source/Controls/WidgetTextInputSingleLinePassword.cpp
  49. 5 5
      Source/Controls/XMLNodeHandlerDataGrid.cpp
  50. 2 2
      Source/Controls/XMLNodeHandlerDataGrid.h
  51. 4 4
      Source/Controls/XMLNodeHandlerTabSet.cpp
  52. 1 1
      Source/Controls/XMLNodeHandlerTabSet.h
  53. 2 2
      Source/Controls/XMLNodeHandlerTextArea.cpp
  54. 1 1
      Source/Controls/XMLNodeHandlerTextArea.h
  55. 1 1
      Source/Core/BaseXMLParser.cpp
  56. 1 1
      Source/Core/Box.cpp
  57. 1 1
      Source/Core/Clock.cpp
  58. 2 2
      Source/Core/Context.cpp
  59. 1 1
      Source/Core/ContextInstancer.cpp
  60. 1 1
      Source/Core/ContextInstancerDefault.cpp
  61. 1 1
      Source/Core/ContextInstancerDefault.h
  62. 1 1
      Source/Core/ConvolutionFilter.cpp
  63. 1 1
      Source/Core/Core.cpp
  64. 3 3
      Source/Core/Decorator.cpp
  65. 1 1
      Source/Core/DecoratorInstancer.cpp
  66. 1 1
      Source/Core/DecoratorNone.h
  67. 1 1
      Source/Core/DecoratorNoneInstancer.h
  68. 1 1
      Source/Core/DecoratorTiled.cpp
  69. 2 2
      Source/Core/DecoratorTiled.h
  70. 2 2
      Source/Core/DecoratorTiledBox.cpp
  71. 3 3
      Source/Core/DecoratorTiledHorizontal.cpp
  72. 3 3
      Source/Core/DecoratorTiledImage.cpp
  73. 1 1
      Source/Core/DecoratorTiledInstancer.cpp
  74. 1 1
      Source/Core/DecoratorTiledInstancer.h
  75. 4 4
      Source/Core/DecoratorTiledVertical.cpp
  76. 1 1
      Source/Core/Dictionary.cpp
  77. 1 1
      Source/Core/DocumentHeader.cpp
  78. 1 1
      Source/Core/DocumentHeader.h
  79. 3 3
      Source/Core/Element.cpp
  80. 3 3
      Source/Core/ElementBackground.cpp
  81. 2 2
      Source/Core/ElementBackground.h
  82. 2 2
      Source/Core/ElementBorder.cpp
  83. 2 2
      Source/Core/ElementBorder.h
  84. 2 2
      Source/Core/ElementDecoration.cpp
  85. 1 1
      Source/Core/ElementDecoration.h
  86. 4 4
      Source/Core/ElementDefinition.cpp
  87. 3 3
      Source/Core/ElementDefinition.h
  88. 3 3
      Source/Core/ElementDocument.cpp
  89. 4 4
      Source/Core/ElementHandle.cpp
  90. 2 2
      Source/Core/ElementHandle.h
  91. 1 1
      Source/Core/ElementImage.cpp
  92. 4 4
      Source/Core/ElementImage.h
  93. 1 1
      Source/Core/ElementInstancer.cpp
  94. 2 2
      Source/Core/ElementReference.cpp
  95. 5 5
      Source/Core/ElementScroll.cpp
  96. 7 7
      Source/Core/ElementStyle.cpp
  97. 1 1
      Source/Core/ElementStyle.h
  98. 1 1
      Source/Core/ElementStyleCache.h
  99. 1 1
      Source/Core/ElementText.cpp
  100. 6 6
      Source/Core/ElementTextDefault.cpp

+ 3 - 3
Source/Controls/Clipboard.cpp

@@ -25,9 +25,9 @@
  *
  */
 
-#include <Rocket/Controls/Clipboard.h>
-#include <Rocket/Core/Types.h>
-#include <Rocket/Core/WString.h>
+#include "../../Include/Rocket/Controls/Clipboard.h"
+#include "../../Include/Rocket/Core/Types.h"
+#include "../../Include/Rocket/Core/WString.h"
 #if defined ROCKET_PLATFORM_WIN32
 #include <windows.h>
 #endif

+ 8 - 8
Source/Controls/Controls.cpp

@@ -25,18 +25,18 @@
  *
  */
 
-#include <Rocket/Controls/Controls.h>
-#include <Rocket/Core/ElementInstancerGeneric.h>
-#include <Rocket/Core/Factory.h>
-#include <Rocket/Core/StyleSheetSpecification.h>
-#include <Rocket/Core/XMLParser.h>
-#include <Rocket/Core/Plugin.h>
-#include <Rocket/Core/Core.h>
+#include "../../Include/Rocket/Controls/Controls.h"
+#include "../../Include/Rocket/Core/ElementInstancerGeneric.h"
+#include "../../Include/Rocket/Core/Factory.h"
+#include "../../Include/Rocket/Core/StyleSheetSpecification.h"
+#include "../../Include/Rocket/Core/XMLParser.h"
+#include "../../Include/Rocket/Core/Plugin.h"
+#include "../../Include/Rocket/Core/Core.h"
 #include "ElementTextSelection.h"
 #include "XMLNodeHandlerDataGrid.h"
 #include "XMLNodeHandlerTabSet.h"
 #include "XMLNodeHandlerTextArea.h"
-#include <Rocket/Controls/ElementFormControlInput.h>
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/DataFormatter.cpp

@@ -25,7 +25,7 @@
  *
  */
 
-#include <Rocket/Controls/DataFormatter.h>
+#include "../../Include/Rocket/Controls/DataFormatter.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/DataQuery.cpp

@@ -25,8 +25,8 @@
  *
  */
 
-#include <Rocket/Controls/DataQuery.h>
-#include <Rocket/Controls/DataSource.h>
+#include "../../Include/Rocket/Controls/DataQuery.h"
+#include "../../Include/Rocket/Controls/DataSource.h"
 #include <algorithm>
 
 namespace Rocket {

+ 4 - 4
Source/Controls/DataSource.cpp

@@ -25,10 +25,10 @@
  *
  */
 
-#include <Rocket/Controls/DataSource.h>
-#include <Rocket/Controls/DataSourceListener.h>
-#include <Rocket/Core/StringUtilities.h>
-#include <Rocket/Core/Log.h>
+#include "../../Include/Rocket/Controls/DataSource.h"
+#include "../../Include/Rocket/Controls/DataSourceListener.h"
+#include "../../Include/Rocket/Core/StringUtilities.h"
+#include "../../Include/Rocket/Core/Log.h"
 #include <algorithm>
 
 namespace Rocket {

+ 4 - 4
Source/Controls/DataSourceListener.cpp

@@ -25,10 +25,10 @@
  *
  */
 
-#include <Rocket/Controls/DataSourceListener.h>
-#include <Rocket/Controls/DataSource.h>
-#include <Rocket/Core/StringUtilities.h>
-#include <Rocket/Core/Log.h>
+#include "../../Include/Rocket/Controls/DataSourceListener.h"
+#include "../../Include/Rocket/Controls/DataSource.h"
+#include "../../Include/Rocket/Core/StringUtilities.h"
+#include "../../Include/Rocket/Core/Log.h"
 
 namespace Rocket {
 namespace Controls {

+ 10 - 10
Source/Controls/ElementDataGrid.cpp

@@ -25,16 +25,16 @@
  *
  */
 
-#include <Rocket/Controls/ElementDataGrid.h>
-#include <Rocket/Controls/DataSource.h>
-#include <Rocket/Core/Math.h>
-#include <Rocket/Core/XMLParser.h>
-#include <Rocket/Core/Event.h>
-#include <Rocket/Core/ElementDocument.h>
-#include <Rocket/Core/Factory.h>
-#include <Rocket/Core/Property.h>
-#include <Rocket/Controls/DataFormatter.h>
-#include <Rocket/Controls/ElementDataGridRow.h>
+#include "../../Include/Rocket/Controls/ElementDataGrid.h"
+#include "../../Include/Rocket/Controls/DataSource.h"
+#include "../../Include/Rocket/Core/Math.h"
+#include "../../Include/Rocket/Core/XMLParser.h"
+#include "../../Include/Rocket/Core/Event.h"
+#include "../../Include/Rocket/Core/ElementDocument.h"
+#include "../../Include/Rocket/Core/Factory.h"
+#include "../../Include/Rocket/Core/Property.h"
+#include "../../Include/Rocket/Controls/DataFormatter.h"
+#include "../../Include/Rocket/Controls/ElementDataGridRow.h"
 
 namespace Rocket {
 namespace Controls {

+ 4 - 4
Source/Controls/ElementDataGridCell.cpp

@@ -25,10 +25,10 @@
  *
  */
 
-#include <Rocket/Controls/ElementDataGridCell.h>
-#include <Rocket/Core/Event.h>
-#include <Rocket/Core/Property.h>
-#include <Rocket/Controls/ElementDataGrid.h>
+#include "../../Include/Rocket/Controls/ElementDataGridCell.h"
+#include "../../Include/Rocket/Core/Event.h"
+#include "../../Include/Rocket/Core/Property.h"
+#include "../../Include/Rocket/Controls/ElementDataGrid.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/ElementDataGridExpandButton.cpp

@@ -25,8 +25,8 @@
  *
  */
 
-#include <Rocket/Controls/ElementDataGridExpandButton.h>
-#include <Rocket/Controls/ElementDataGridRow.h>
+#include "../../Include/Rocket/Controls/ElementDataGridExpandButton.h"
+#include "../../Include/Rocket/Controls/ElementDataGridRow.h"
 
 namespace Rocket {
 namespace Controls {

+ 6 - 6
Source/Controls/ElementDataGridRow.cpp

@@ -25,12 +25,12 @@
  *
  */
 
-#include <Rocket/Controls/ElementDataGridRow.h>
-#include <Rocket/Core.h>
-#include <Rocket/Controls/DataSource.h>
-#include <Rocket/Controls/DataFormatter.h>
-#include <Rocket/Controls/ElementDataGrid.h>
-#include <Rocket/Controls/ElementDataGridCell.h>
+#include "../../Include/Rocket/Controls/ElementDataGridRow.h"
+#include "../../Include/Rocket/Core.h"
+#include "../../Include/Rocket/Controls/DataSource.h"
+#include "../../Include/Rocket/Controls/DataFormatter.h"
+#include "../../Include/Rocket/Controls/ElementDataGrid.h"
+#include "../../Include/Rocket/Controls/ElementDataGridCell.h"
 
 namespace Rocket {
 namespace Controls {

+ 4 - 4
Source/Controls/ElementForm.cpp

@@ -25,10 +25,10 @@
  *
  */
 
-#include <Rocket/Controls/ElementForm.h>
-#include <Rocket/Core/Dictionary.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Controls/ElementFormControl.h>
+#include "../../Include/Rocket/Controls/ElementForm.h"
+#include "../../Include/Rocket/Core/Dictionary.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Controls/ElementFormControl.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/ElementFormControl.cpp

@@ -25,7 +25,7 @@
  *
  */
 
-#include <Rocket/Controls/ElementFormControl.h>
+#include "../../Include/Rocket/Controls/ElementFormControl.h"
 
 namespace Rocket {
 namespace Controls {

+ 4 - 4
Source/Controls/ElementFormControlDataSelect.cpp

@@ -25,10 +25,10 @@
  *
  */
 
-#include <Rocket/Controls/ElementFormControlDataSelect.h>
-#include <Rocket/Controls/DataQuery.h>
-#include <Rocket/Controls/DataSource.h>
-#include <Rocket/Controls/DataFormatter.h>
+#include "../../Include/Rocket/Controls/ElementFormControlDataSelect.h"
+#include "../../Include/Rocket/Controls/DataQuery.h"
+#include "../../Include/Rocket/Controls/DataSource.h"
+#include "../../Include/Rocket/Controls/DataFormatter.h"
 #include "WidgetDropDown.h"
 
 namespace Rocket {

+ 2 - 2
Source/Controls/ElementFormControlInput.cpp

@@ -25,8 +25,8 @@
  *
  */
 
-#include <Rocket/Controls/ElementFormControlInput.h>
-#include <Rocket/Core/Event.h>
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
+#include "../../Include/Rocket/Core/Event.h"
 #include "InputTypeButton.h"
 #include "InputTypeCheckbox.h"
 #include "InputTypeRadio.h"

+ 4 - 4
Source/Controls/ElementFormControlSelect.cpp

@@ -25,10 +25,10 @@
  *
  */
 
-#include <Rocket/Controls/ElementFormControlSelect.h>
-#include <Rocket/Core/ElementText.h>
-#include <Rocket/Core/Event.h>
-#include <Rocket/Core/ElementUtilities.h>
+#include "../../Include/Rocket/Controls/ElementFormControlSelect.h"
+#include "../../Include/Rocket/Core/ElementText.h"
+#include "../../Include/Rocket/Core/Event.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
 #include "WidgetDropDown.h"
 
 namespace Rocket {

+ 4 - 4
Source/Controls/ElementFormControlTextArea.cpp

@@ -25,10 +25,10 @@
  *
  */
 
-#include <Rocket/Controls/ElementFormControlTextArea.h>
-#include <Rocket/Core/Math.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Core/ElementText.h>
+#include "../../Include/Rocket/Controls/ElementFormControlTextArea.h"
+#include "../../Include/Rocket/Core/Math.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Core/ElementText.h"
 #include "WidgetTextInputMultiLine.h"
 
 namespace Rocket {

+ 3 - 3
Source/Controls/ElementTabSet.cpp

@@ -25,9 +25,9 @@
  *
  */
 
-#include <Rocket/Controls/ElementTabSet.h>
-#include <Rocket/Core/Math.h>
-#include <Rocket/Core/Factory.h>
+#include "../../Include/Rocket/Controls/ElementTabSet.h"
+#include "../../Include/Rocket/Core/Math.h"
+#include "../../Include/Rocket/Core/Factory.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/ElementTextSelection.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCONTROLSELEMENTTEXTSELECTION_H
 #define ROCKETCONTROLSELEMENTTEXTSELECTION_H
 
-#include <Rocket/Core/Element.h>
+#include "../../Include/Rocket/Core/Element.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/InputType.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "InputType.h"
-#include <Rocket/Controls/ElementFormControlInput.h>
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
 
 namespace Rocket {
 namespace Controls {

+ 3 - 3
Source/Controls/InputType.h

@@ -28,9 +28,9 @@
 #ifndef ROCKETCONTROLSINPUTTYPE_H
 #define ROCKETCONTROLSINPUTTYPE_H
 
-#include <Rocket/Core/String.h>
-#include <Rocket/Core/Event.h>
-#include <Rocket/Core/Types.h>
+#include "../../Include/Rocket/Core/String.h"
+#include "../../Include/Rocket/Core/Event.h"
+#include "../../Include/Rocket/Core/Types.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/InputTypeButton.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "InputTypeButton.h"
-#include <Rocket/Controls/ElementForm.h>
-#include <Rocket/Controls/ElementFormControlInput.h>
+#include "../../Include/Rocket/Controls/ElementForm.h"
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/InputTypeButton.h

@@ -28,8 +28,8 @@
 #ifndef ROCKETCONTROLSINPUTTYPEBUTTON_H
 #define ROCKETCONTROLSINPUTTYPEBUTTON_H
 
-#include <Rocket/Core/EventListener.h>
-#include <Rocket/Core/ElementDocument.h>
+#include "../../Include/Rocket/Core/EventListener.h"
+#include "../../Include/Rocket/Core/ElementDocument.h"
 #include "InputType.h"
 
 namespace Rocket {

+ 1 - 1
Source/Controls/InputTypeCheckbox.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "InputTypeCheckbox.h"
-#include <Rocket/Controls/ElementFormControlInput.h>
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
 
 namespace Rocket {
 namespace Controls {

+ 3 - 3
Source/Controls/InputTypeRadio.cpp

@@ -26,9 +26,9 @@
  */
 
 #include "InputTypeRadio.h"
-#include <Rocket/Controls/ElementFormControlInput.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Controls/ElementForm.h>
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Controls/ElementForm.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/InputTypeRange.cpp

@@ -27,7 +27,7 @@
 
 #include "InputTypeRange.h"
 #include "WidgetSliderInput.h"
-#include <Rocket/Controls/ElementFormControlInput.h>
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/InputTypeSubmit.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "InputTypeSubmit.h"
-#include <Rocket/Controls/ElementForm.h>
-#include <Rocket/Controls/ElementFormControlInput.h>
+#include "../../Include/Rocket/Controls/ElementForm.h"
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/InputTypeText.cpp

@@ -26,10 +26,10 @@
  */
 
 #include "InputTypeText.h"
-#include <Rocket/Core/ElementUtilities.h>
+#include "../../Include/Rocket/Core/ElementUtilities.h"
 #include "WidgetTextInputSingleLine.h"
 #include "WidgetTextInputSingleLinePassword.h"
-#include <Rocket/Controls/ElementFormControlInput.h>
+#include "../../Include/Rocket/Controls/ElementFormControlInput.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/Python/DataFormatterWrapper.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCONTROLSPYTHONDATAFORMATTERWRAPPER_H
 #define ROCKETCONTROLSPYTHONDATAFORMATTERWRAPPER_H
 
-#include <Rocket/Controls/DataFormatter.h>
+#include "../../../Include/Rocket/Controls/DataFormatter.h"
 
 namespace Rocket {
 namespace Controls {

+ 3 - 3
Source/Controls/Python/DataGridRowProxy.cpp

@@ -27,9 +27,9 @@
 
 #include "precompiled.h"
 #include "DataGridRowProxy.h"
-#include <Rocket/Core/Python/NameIndexInterface.h>
-#include <Rocket/Core/Python/Utilities.h>
-#include <Rocket/Core.h>
+#include "../../../Include/Rocket/Core/Python/NameIndexInterface.h"
+#include "../../../Include/Rocket/Core/Python/Utilities.h"
+#include "../../../Include/Rocket/Core.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/Python/DataSourceWrapper.cpp

@@ -27,8 +27,8 @@
 
 #include "precompiled.h"
 #include "DataSourceWrapper.h"
-#include <Rocket/Core/Log.h>
-#include <Rocket/Core/Python/Utilities.h>
+#include "../../../Include/Rocket/Core/Log.h"
+#include "../../../Include/Rocket/Core/Python/Utilities.h"
 
 namespace Rocket {
 namespace Controls {

+ 3 - 3
Source/Controls/Python/DataSourceWrapper.h

@@ -28,9 +28,9 @@
 #ifndef ROCKETCOREPYTHONDATASOURCEWRAPPER_H
 #define ROCKETCOREPYTHONDATASOURCEWRAPPER_H
 
-#include <Rocket/Core/Python/Python.h>
-#include <Rocket/Core/Types.h>
-#include <Rocket/Controls/DataSource.h>
+#include "../../../Include/Rocket/Core/Python/Python.h"
+#include "../../../Include/Rocket/Core/Types.h"
+#include "../../../Include/Rocket/Controls/DataSource.h"
 
 namespace Rocket {
 namespace Controls {

+ 14 - 14
Source/Controls/Python/ElementInterface.cpp

@@ -27,20 +27,20 @@
 
 #include "precompiled.h"
 #include "ElementInterface.h"
-#include <Rocket/Core/Python/ConverterScriptObject.h>
-#include <Rocket/Core/Factory.h>
-#include <Rocket/Core/Python/ElementInstancer.h>
-#include <Rocket/Core/Python/ElementWrapper.h>
-#include <Rocket/Controls/ElementDataGrid.h>
-#include <Rocket/Controls/ElementDataGridCell.h>
-#include <Rocket/Controls/ElementDataGridRow.h>
-#include <Rocket/Controls/ElementDataGridExpandButton.h>
-#include <Rocket/Controls/ElementForm.h>
-#include <Rocket/Controls/ElementFormControlDataSelect.h>
-#include <Rocket/Controls/ElementFormControlInput.h>
-#include <Rocket/Controls/ElementFormControlSelect.h>
-#include <Rocket/Controls/ElementFormControlTextArea.h>
-#include <Rocket/Controls/ElementTabSet.h>
+#include "../../../Include/Rocket/Core/Python/ConverterScriptObject.h"
+#include "../../../Include/Rocket/Core/Factory.h"
+#include "../../../Include/Rocket/Core/Python/ElementInstancer.h"
+#include "../../../Include/Rocket/Core/Python/ElementWrapper.h"
+#include "../../../Include/Rocket/Controls/ElementDataGrid.h"
+#include "../../../Include/Rocket/Controls/ElementDataGridCell.h"
+#include "../../../Include/Rocket/Controls/ElementDataGridRow.h"
+#include "../../../Include/Rocket/Controls/ElementDataGridExpandButton.h"
+#include "../../../Include/Rocket/Controls/ElementForm.h"
+#include "../../../Include/Rocket/Controls/ElementFormControlDataSelect.h"
+#include "../../../Include/Rocket/Controls/ElementFormControlInput.h"
+#include "../../../Include/Rocket/Controls/ElementFormControlSelect.h"
+#include "../../../Include/Rocket/Controls/ElementFormControlTextArea.h"
+#include "../../../Include/Rocket/Controls/ElementTabSet.h"
 #include "SelectOptionProxy.h"
 #include "DataGridRowProxy.h"
 

+ 3 - 3
Source/Controls/Python/Module.cpp

@@ -27,9 +27,9 @@
 
 #include "precompiled.h"
 #include "Module.h"
-#include <Rocket/Core/Python/Python.h>
-#include <Rocket/Core/Python/ConverterScriptObject.h>
-#include <Rocket/Controls/DataSource.h>
+#include "../../../Include/Rocket/Core/Python/Python.h"
+#include "../../../Include/Rocket/Core/Python/ConverterScriptObject.h"
+#include "../../../Include/Rocket/Controls/DataSource.h"
 #include "ElementInterface.h"
 #include "DataFormatterWrapper.h"
 #include "DataSourceWrapper.h"

+ 1 - 1
Source/Controls/Python/Module.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCONTROLSPYTHONMODULE_H
 #define ROCKETCONTROLSPYTHONMODULE_H
 
-#include <Rocket/Core/Plugin.h>
+#include "../../../Include/Rocket/Core/Plugin.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/Python/SelectOptionProxy.cpp

@@ -27,7 +27,7 @@
 
 #include "precompiled.h"
 #include "SelectOptionProxy.h"
-#include <Rocket/Core/Element.h>
+#include "../../../Include/Rocket/Core/Element.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/Python/SelectOptionProxy.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCONTROLSPYTHONSELECTOPTIONPROXY_H
 #define ROCKETCONTROLSPYTHONSELECTOPTIONPROXY_H
 
-#include <Rocket/Controls/SelectOption.h>
+#include "../../../Include/Rocket/Controls/SelectOption.h"
 
 namespace Rocket {
 namespace Controls {

+ 3 - 3
Source/Controls/Python/precompiled.h

@@ -26,8 +26,8 @@
  */
 
 // Rocket core and controls.
-#include <Rocket/Core.h>
-#include <Rocket/Controls.h>
+#include "../../../Include/Rocket/Core.h"
+#include "../../../Include/Rocket/Controls.h"
 
 // Python header.
-#include <Rocket/Core/Python/Python.h>
+#include "../../../Include/Rocket/Core/Python/Python.h"

+ 1 - 1
Source/Controls/SelectOption.cpp

@@ -25,7 +25,7 @@
  *
  */
 
-#include <Rocket/Controls/SelectOption.h>
+#include "../../Include/Rocket/Controls/SelectOption.h"
 
 namespace Rocket {
 namespace Controls {

+ 8 - 8
Source/Controls/WidgetDropDown.cpp

@@ -26,14 +26,14 @@
  */
 
 #include "WidgetDropDown.h"
-#include <Rocket/Core/Math.h>
-#include <Rocket/Core/Factory.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Core/Event.h>
-#include <Rocket/Core/Input.h>
-#include <Rocket/Core/Property.h>
-#include <Rocket/Core/StyleSheetKeywords.h>
-#include <Rocket/Controls/ElementFormControl.h>
+#include "../../Include/Rocket/Core/Math.h"
+#include "../../Include/Rocket/Core/Factory.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Core/Event.h"
+#include "../../Include/Rocket/Core/Input.h"
+#include "../../Include/Rocket/Core/Property.h"
+#include "../../Include/Rocket/Core/StyleSheetKeywords.h"
+#include "../../Include/Rocket/Controls/ElementFormControl.h"
 
 namespace Rocket {
 namespace Controls {

+ 3 - 3
Source/Controls/WidgetDropDown.h

@@ -28,9 +28,9 @@
 #ifndef ROCKETCONTROLSWIDGETDROPDOWN_H
 #define ROCKETCONTROLSWIDGETDROPDOWN_H
 
-#include <Rocket/Core/String.h>
-#include <Rocket/Core/EventListener.h>
-#include <Rocket/Controls/SelectOption.h>
+#include "../../Include/Rocket/Core/String.h"
+#include "../../Include/Rocket/Core/EventListener.h"
+#include "../../Include/Rocket/Controls/SelectOption.h"
 #include <vector>
 
 namespace Rocket {

+ 2 - 2
Source/Controls/WidgetSlider.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "WidgetSlider.h"
-#include <Rocket/Core.h>
-#include <Rocket/Controls/ElementFormControl.h>
+#include "../../Include/Rocket/Core.h"
+#include "../../Include/Rocket/Controls/ElementFormControl.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/WidgetSlider.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCONTROLSWIDGETSLIDER_H
 #define ROCKETCONTROLSWIDGETSLIDER_H
 
-#include <Rocket/Core/EventListener.h>
+#include "../../Include/Rocket/Core/EventListener.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/WidgetSliderInput.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "WidgetSliderInput.h"
-#include <Rocket/Core/Math.h>
-#include <Rocket/Core/Element.h>
+#include "../../Include/Rocket/Core/Math.h"
+#include "../../Include/Rocket/Core/Element.h"
 
 namespace Rocket {
 namespace Controls {

+ 4 - 4
Source/Controls/WidgetTextInput.cpp

@@ -27,10 +27,10 @@
 
 #include "WidgetTextInput.h"
 #include "ElementTextSelection.h"
-#include <Rocket/Core.h>
-#include <Rocket/Controls/ElementFormControl.h>
-#include <Rocket/Controls/Clipboard.h>
-#include <Rocket/Core/SystemInterface.h>
+#include "../../Include/Rocket/Core.h"
+#include "../../Include/Rocket/Controls/ElementFormControl.h"
+#include "../../Include/Rocket/Controls/Clipboard.h"
+#include "../../Include/Rocket/Core/SystemInterface.h"
 
 namespace Rocket {
 namespace Controls {

+ 4 - 4
Source/Controls/WidgetTextInput.h

@@ -28,10 +28,10 @@
 #ifndef ROCKETCONTROLSWIDGETTEXTINPUT_H
 #define ROCKETCONTROLSWIDGETTEXTINPUT_H
 
-#include <Rocket/Core/EventListener.h>
-#include <Rocket/Core/Geometry.h>
-#include <Rocket/Core/WString.h>
-#include <Rocket/Core/Vertex.h>
+#include "../../Include/Rocket/Core/EventListener.h"
+#include "../../Include/Rocket/Core/Geometry.h"
+#include "../../Include/Rocket/Core/WString.h"
+#include "../../Include/Rocket/Core/Vertex.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Controls/WidgetTextInputMultiLine.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "WidgetTextInputMultiLine.h"
-#include <Rocket/Core/Dictionary.h>
-#include <Rocket/Core/ElementText.h>
+#include "../../Include/Rocket/Core/Dictionary.h"
+#include "../../Include/Rocket/Core/ElementText.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/WidgetTextInputSingleLine.cpp

@@ -25,8 +25,8 @@
  *
  */
 
-#include <Rocket/Core/Dictionary.h>
-#include <Rocket/Core/ElementText.h>
+#include "../../Include/Rocket/Core/Dictionary.h"
+#include "../../Include/Rocket/Core/ElementText.h"
 #include "WidgetTextInputSingleLine.h"
 
 namespace Rocket {

+ 1 - 1
Source/Controls/WidgetTextInputSingleLinePassword.cpp

@@ -25,7 +25,7 @@
  *
  */
 
-#include <Rocket/Core/ElementText.h>
+#include "../../Include/Rocket/Core/ElementText.h"
 #include "WidgetTextInputSingleLinePassword.h"
 
 namespace Rocket {

+ 5 - 5
Source/Controls/XMLNodeHandlerDataGrid.cpp

@@ -26,11 +26,11 @@
  */
 
 #include "XMLNodeHandlerDataGrid.h"
-#include <Rocket/Core/StreamMemory.h>
-#include <Rocket/Core/Log.h>
-#include <Rocket/Core/Factory.h>
-#include <Rocket/Core/XMLParser.h>
-#include <Rocket/Controls/ElementDataGrid.h>
+#include "../../Include/Rocket/Core/StreamMemory.h"
+#include "../../Include/Rocket/Core/Log.h"
+#include "../../Include/Rocket/Core/Factory.h"
+#include "../../Include/Rocket/Core/XMLParser.h"
+#include "../../Include/Rocket/Controls/ElementDataGrid.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/XMLNodeHandlerDataGrid.h

@@ -28,8 +28,8 @@
 #ifndef ROCKETCONTROLSXMLNODEHANDLERDATAGRID_H
 #define ROCKETCONTROLSXMLNODEHANDLERDATAGRID_H
 
-#include <Rocket/Core/Types.h>
-#include <Rocket/Core/XMLNodeHandler.h>
+#include "../../Include/Rocket/Core/Types.h"
+#include "../../Include/Rocket/Core/XMLNodeHandler.h"
 
 namespace Rocket {
 namespace Controls {

+ 4 - 4
Source/Controls/XMLNodeHandlerTabSet.cpp

@@ -26,10 +26,10 @@
  */
 
 #include "XMLNodeHandlerTabSet.h"
-#include <Rocket/Core/Log.h>
-#include <Rocket/Core/Factory.h>
-#include <Rocket/Core/XMLParser.h>
-#include <Rocket/Controls/ElementTabSet.h>
+#include "../../Include/Rocket/Core/Log.h"
+#include "../../Include/Rocket/Core/Factory.h"
+#include "../../Include/Rocket/Core/XMLParser.h"
+#include "../../Include/Rocket/Controls/ElementTabSet.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/XMLNodeHandlerTabSet.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCONTROLSXMLNODEHANDLERTABSET_H
 #define ROCKETCONTROLSXMLNODEHANDLERTABSET_H
 
-#include <Rocket/Core/XMLNodeHandler.h>
+#include "../../Include/Rocket/Core/XMLNodeHandler.h"
 
 namespace Rocket {
 namespace Controls {

+ 2 - 2
Source/Controls/XMLNodeHandlerTextArea.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "XMLNodeHandlerTextArea.h"
-#include <Rocket/Core.h>
-#include <Rocket/Controls/ElementFormControlTextArea.h>
+#include "../../Include/Rocket/Core.h"
+#include "../../Include/Rocket/Controls/ElementFormControlTextArea.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Controls/XMLNodeHandlerTextArea.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCONTROLSXMLNODEHANDLERTEXTAREA_H
 #define ROCKETCONTROLSXMLNODEHANDLERTEXTAREA_H
 
-#include <Rocket/Core/XMLNodeHandler.h>
+#include "../../Include/Rocket/Core/XMLNodeHandler.h"
 
 namespace Rocket {
 namespace Controls {

+ 1 - 1
Source/Core/BaseXMLParser.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/BaseXMLParser.h>
+#include "../../Include/Rocket/Core/BaseXMLParser.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/Box.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/Box.h>
+#include "../../Include/Rocket/Core/Box.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/Clock.cpp

@@ -27,7 +27,7 @@
 
 #include "precompiled.h"
 #include "Clock.h"
-#include <Rocket/Core.h>
+#include "../../Include/Rocket/Core.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/Context.cpp

@@ -26,12 +26,12 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core.h>
+#include "../../Include/Rocket/Core.h"
 #include "EventDispatcher.h"
 #include "EventIterators.h"
 #include "PluginRegistry.h"
 #include "StreamFile.h"
-#include <Rocket/Core/StreamMemory.h>
+#include "../../Include/Rocket/Core/StreamMemory.h"
 #include <algorithm>
 #include <iterator>
 

+ 1 - 1
Source/Core/ContextInstancer.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/ContextInstancer.h>
+#include "../../Include/Rocket/Core/ContextInstancer.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ContextInstancerDefault.cpp

@@ -27,7 +27,7 @@
 
 #include "precompiled.h"
 #include "ContextInstancerDefault.h"
-#include <Rocket/Core/Context.h>
+#include "../../Include/Rocket/Core/Context.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ContextInstancerDefault.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCORECONTEXTINSTANCERDEFAULT_H
 #define ROCKETCORECONTEXTINSTANCERDEFAULT_H
 
-#include <Rocket/Core/ContextInstancer.h>
+#include "../../Include/Rocket/Core/ContextInstancer.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ConvolutionFilter.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/ConvolutionFilter.h>
+#include "../../Include/Rocket/Core/ConvolutionFilter.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/Core.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core.h>
+#include "../../Include/Rocket/Core.h"
 #include <algorithm>
 #include "FileInterfaceDefault.h"
 #include "GeometryDatabase.h"

+ 3 - 3
Source/Core/Decorator.cpp

@@ -26,11 +26,11 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/Decorator.h>
+#include "../../Include/Rocket/Core/Decorator.h"
 #include "TextureDatabase.h"
 #include "TextureResource.h"
-#include <Rocket/Core/DecoratorInstancer.h>
-#include <Rocket/Core/PropertyDefinition.h>
+#include "../../Include/Rocket/Core/DecoratorInstancer.h"
+#include "../../Include/Rocket/Core/PropertyDefinition.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/DecoratorInstancer.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/DecoratorInstancer.h>
+#include "../../Include/Rocket/Core/DecoratorInstancer.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/DecoratorNone.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCOREDECORATORNONE_H
 #define ROCKETCOREDECORATORNONE_H
 
-#include <Rocket/Core/Decorator.h>
+#include "../../Include/Rocket/Core/Decorator.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/DecoratorNoneInstancer.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCOREDECORATORNONEINSTANCER_H
 #define ROCKETCOREDECORATORNONEINSTANCER_H
 
-#include <Rocket/Core/DecoratorInstancer.h>
+#include "../../Include/Rocket/Core/DecoratorInstancer.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/DecoratorTiled.cpp

@@ -27,7 +27,7 @@
 
 #include "precompiled.h"
 #include "DecoratorTiled.h"
-#include <Rocket/Core.h>
+#include "../../Include/Rocket/Core.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/DecoratorTiled.h

@@ -28,8 +28,8 @@
 #ifndef ROCKETCOREDECORATORTILED_H
 #define ROCKETCOREDECORATORTILED_H
 
-#include <Rocket/Core/Decorator.h>
-#include <Rocket/Core/Vertex.h>
+#include "../../Include/Rocket/Core/Decorator.h"
+#include "../../Include/Rocket/Core/Vertex.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/DecoratorTiledBox.cpp

@@ -28,8 +28,8 @@
 #include "precompiled.h"
 #include "DecoratorTiledBox.h"
 #include "TextureResource.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/Geometry.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/Geometry.h"
 
 namespace Rocket {
 namespace Core {

+ 3 - 3
Source/Core/DecoratorTiledHorizontal.cpp

@@ -27,9 +27,9 @@
 
 #include "precompiled.h"
 #include "DecoratorTiledHorizontal.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/Geometry.h>
-#include <Rocket/Core/Texture.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/Geometry.h"
+#include "../../Include/Rocket/Core/Texture.h"
 
 namespace Rocket {
 namespace Core {

+ 3 - 3
Source/Core/DecoratorTiledImage.cpp

@@ -27,9 +27,9 @@
 
 #include "precompiled.h"
 #include "DecoratorTiledImage.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/Geometry.h>
-#include <Rocket/Core/GeometryUtilities.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/Geometry.h"
+#include "../../Include/Rocket/Core/GeometryUtilities.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/DecoratorTiledInstancer.cpp

@@ -27,7 +27,7 @@
 
 #include "precompiled.h"
 #include "DecoratorTiledInstancer.h"
-#include <Rocket/Core/PropertyDefinition.h>
+#include "../../Include/Rocket/Core/PropertyDefinition.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/DecoratorTiledInstancer.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCOREDECORATORTILEDINSTANCER_H
 #define ROCKETCOREDECORATORTILEDINSTANCER_H
 
-#include <Rocket/Core/DecoratorInstancer.h>
+#include "../../Include/Rocket/Core/DecoratorInstancer.h"
 #include "DecoratorTiled.h"
 
 namespace Rocket {

+ 4 - 4
Source/Core/DecoratorTiledVertical.cpp

@@ -27,10 +27,10 @@
 
 #include "precompiled.h"
 #include "DecoratorTiledVertical.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/Geometry.h>
-#include <Rocket/Core/GeometryUtilities.h>
-#include <Rocket/Core/Texture.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/Geometry.h"
+#include "../../Include/Rocket/Core/GeometryUtilities.h"
+#include "../../Include/Rocket/Core/Texture.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/Dictionary.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/Dictionary.h>
+#include "../../Include/Rocket/Core/Dictionary.h"
 
 /* NOTE: This is dictionary implementation is copied from PYTHON 
    which is well known for its dictionary SPEED.

+ 1 - 1
Source/Core/DocumentHeader.cpp

@@ -28,7 +28,7 @@
 #include "precompiled.h"
 #include "DocumentHeader.h"
 #include "XMLParseTools.h"
-#include <Rocket/Core.h>
+#include "../../Include/Rocket/Core.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/DocumentHeader.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCOREDOCUMENTHEADER_H
 #define ROCKETCOREDOCUMENTHEADER_H
 
-#include <Rocket/Core/String.h>
+#include "../../Include/Rocket/Core/String.h"
 
 namespace Rocket {
 namespace Core {

+ 3 - 3
Source/Core/Element.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/Dictionary.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/Dictionary.h"
 #include <algorithm>
 #include "ElementBackground.h"
 #include "ElementBorder.h"
@@ -40,7 +40,7 @@
 #include "PluginRegistry.h"
 #include "StyleSheetParser.h"
 #include "XMLParseTools.h"
-#include <Rocket/Core/Core.h>
+#include "../../Include/Rocket/Core/Core.h"
 
 namespace Rocket {
 namespace Core {

+ 3 - 3
Source/Core/ElementBackground.cpp

@@ -27,9 +27,9 @@
 
 #include "precompiled.h"
 #include "ElementBackground.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/GeometryUtilities.h>
-#include <Rocket/Core/Property.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/GeometryUtilities.h"
+#include "../../Include/Rocket/Core/Property.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/ElementBackground.h

@@ -28,8 +28,8 @@
 #ifndef ROCKETCOREELEMENTBACKGROUND_H
 #define ROCKETCOREELEMENTBACKGROUND_H
 
-#include <Rocket/Core/Box.h>
-#include <Rocket/Core/Geometry.h>
+#include "../../Include/Rocket/Core/Box.h"
+#include "../../Include/Rocket/Core/Geometry.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/ElementBorder.cpp

@@ -27,8 +27,8 @@
 
 #include "precompiled.h"
 #include "ElementBorder.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/Property.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/Property.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/ElementBorder.h

@@ -28,8 +28,8 @@
 #ifndef ROCKETCOREELEMENTBORDER_H
 #define ROCKETCOREELEMENTBORDER_H
 
-#include <Rocket/Core/Box.h>
-#include <Rocket/Core/Geometry.h>
+#include "../../Include/Rocket/Core/Box.h"
+#include "../../Include/Rocket/Core/Geometry.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/ElementDecoration.cpp

@@ -28,8 +28,8 @@
 #include "precompiled.h"
 #include "ElementDecoration.h"
 #include "ElementDefinition.h"
-#include <Rocket/Core/Decorator.h>
-#include <Rocket/Core/Element.h>
+#include "../../Include/Rocket/Core/Decorator.h"
+#include "../../Include/Rocket/Core/Element.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ElementDecoration.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCOREELEMENTDECORATION_H
 #define ROCKETCOREELEMENTDECORATION_H
 
-#include <Rocket/Core/Types.h>
+#include "../../Include/Rocket/Core/Types.h"
 
 namespace Rocket {
 namespace Core {

+ 4 - 4
Source/Core/ElementDefinition.cpp

@@ -27,10 +27,10 @@
 
 #include "precompiled.h"
 #include "ElementDefinition.h"
-#include <Rocket/Core/Decorator.h>
-#include <Rocket/Core/Factory.h>
-#include <Rocket/Core/FontDatabase.h>
-#include <Rocket/Core/Log.h>
+#include "../../Include/Rocket/Core/Decorator.h"
+#include "../../Include/Rocket/Core/Factory.h"
+#include "../../Include/Rocket/Core/FontDatabase.h"
+#include "../../Include/Rocket/Core/Log.h"
 
 namespace Rocket {
 namespace Core {

+ 3 - 3
Source/Core/ElementDefinition.h

@@ -28,11 +28,11 @@
 #ifndef ROCKETCOREELEMENTDEFINITION_H
 #define ROCKETCOREELEMENTDEFINITION_H
 
-#include <Rocket/Core/Dictionary.h>
-#include <Rocket/Core/ReferenceCountable.h>
+#include "../../Include/Rocket/Core/Dictionary.h"
+#include "../../Include/Rocket/Core/ReferenceCountable.h"
 #include <map>
 #include <set>
-#include <Rocket/Core/FontEffect.h>
+#include "../../Include/Rocket/Core/FontEffect.h"
 #include "StyleSheetNode.h"
 
 namespace Rocket {

+ 3 - 3
Source/Core/ElementDocument.cpp

@@ -26,9 +26,9 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/ElementDocument.h>
-#include <Rocket/Core/StreamMemory.h>
-#include <Rocket/Core.h>
+#include "../../Include/Rocket/Core/ElementDocument.h"
+#include "../../Include/Rocket/Core/StreamMemory.h"
+#include "../../Include/Rocket/Core.h"
 #include "DocumentHeader.h"
 #include "ElementStyle.h"
 #include "EventDispatcher.h"

+ 4 - 4
Source/Core/ElementHandle.cpp

@@ -27,10 +27,10 @@
 
 #include "precompiled.h"
 #include "ElementHandle.h"
-#include <Rocket/Core/ElementDocument.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Core/Property.h>
-#include <Rocket/Core/Event.h>
+#include "../../Include/Rocket/Core/ElementDocument.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Core/Property.h"
+#include "../../Include/Rocket/Core/Event.h"
 
 namespace Rocket {
 namespace Core {

+ 2 - 2
Source/Core/ElementHandle.h

@@ -28,8 +28,8 @@
 #ifndef ROCKETCOREELEMENTHANDLE_H
 #define ROCKETCOREELEMENTHANDLE_H
 
-#include <Rocket/Core/Header.h>
-#include <Rocket/Core/Element.h>
+#include "../../Include/Rocket/Core/Header.h"
+#include "../../Include/Rocket/Core/Element.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ElementImage.cpp

@@ -27,7 +27,7 @@
 
 #include "precompiled.h"
 #include "ElementImage.h"
-#include <Rocket/Core.h>
+#include "../../Include/Rocket/Core.h"
 #include "TextureDatabase.h"
 #include "TextureResource.h"
 

+ 4 - 4
Source/Core/ElementImage.h

@@ -28,10 +28,10 @@
 #ifndef ROCKETCOREELEMENTIMAGE_H
 #define ROCKETCOREELEMENTIMAGE_H
 
-#include <Rocket/Core/Header.h>
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/Geometry.h>
-#include <Rocket/Core/Texture.h>
+#include "../../Include/Rocket/Core/Header.h"
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/Geometry.h"
+#include "../../Include/Rocket/Core/Texture.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ElementInstancer.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/ElementInstancer.h>
+#include "../../Include/Rocket/Core/ElementInstancer.h"
 #include "XMLParseTools.h"
 
 namespace Rocket {

+ 2 - 2
Source/Core/ElementReference.cpp

@@ -26,8 +26,8 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/ElementReference.h>
-#include <Rocket/Core/Element.h>
+#include "../../Include/Rocket/Core/ElementReference.h"
+#include "../../Include/Rocket/Core/Element.h"
 
 namespace Rocket {
 namespace Core {

+ 5 - 5
Source/Core/ElementScroll.cpp

@@ -26,13 +26,13 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/ElementScroll.h>
+#include "../../Include/Rocket/Core/ElementScroll.h"
 #include "LayoutEngine.h"
 #include "WidgetSliderScroll.h"
-#include <Rocket/Core/Element.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Core/Event.h>
-#include <Rocket/Core/Factory.h>
+#include "../../Include/Rocket/Core/Element.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Core/Event.h"
+#include "../../Include/Rocket/Core/Factory.h"
 
 namespace Rocket {
 namespace Core {

+ 7 - 7
Source/Core/ElementStyle.cpp

@@ -29,13 +29,13 @@
 #include "ElementStyle.h"
 #include "ElementStyleCache.h"
 #include <algorithm>
-#include <Rocket/Core/ElementDocument.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Core/Log.h>
-#include <Rocket/Core/Property.h>
-#include <Rocket/Core/PropertyDefinition.h>
-#include <Rocket/Core/PropertyDictionary.h>
-#include <Rocket/Core/StyleSheetSpecification.h>
+#include "../../Include/Rocket/Core/ElementDocument.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Core/Log.h"
+#include "../../Include/Rocket/Core/Property.h"
+#include "../../Include/Rocket/Core/PropertyDefinition.h"
+#include "../../Include/Rocket/Core/PropertyDictionary.h"
+#include "../../Include/Rocket/Core/StyleSheetSpecification.h"
 #include "ElementBackground.h"
 #include "ElementBorder.h"
 #include "ElementDecoration.h"

+ 1 - 1
Source/Core/ElementStyle.h

@@ -29,7 +29,7 @@
 #define ROCKETCOREELEMENTSTYLE_H
 
 #include "ElementDefinition.h"
-#include <Rocket/Core/Types.h>
+#include "../../Include/Rocket/Core/Types.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ElementStyleCache.h

@@ -29,7 +29,7 @@
 #define ROCKETCOREELEMENTSTYLECACHE_H
 
 #include "ElementDefinition.h"
-#include <Rocket/Core/Types.h>
+#include "../../Include/Rocket/Core/Types.h"
 
 namespace Rocket {
 namespace Core {

+ 1 - 1
Source/Core/ElementText.cpp

@@ -26,7 +26,7 @@
  */
 
 #include "precompiled.h"
-#include <Rocket/Core/ElementText.h>
+#include "../../Include/Rocket/Core/ElementText.h"
 
 namespace Rocket {
 namespace Core {

+ 6 - 6
Source/Core/ElementTextDefault.cpp

@@ -30,12 +30,12 @@
 #include "ElementDefinition.h"
 #include "ElementStyle.h"
 #include "FontFaceHandle.h"
-#include <Rocket/Core/ElementDocument.h>
-#include <Rocket/Core/ElementUtilities.h>
-#include <Rocket/Core/Event.h>
-#include <Rocket/Core/FontDatabase.h>
-#include <Rocket/Core/Property.h>
-#include <Rocket/Core/StyleSheetKeywords.h>
+#include "../../Include/Rocket/Core/ElementDocument.h"
+#include "../../Include/Rocket/Core/ElementUtilities.h"
+#include "../../Include/Rocket/Core/Event.h"
+#include "../../Include/Rocket/Core/FontDatabase.h"
+#include "../../Include/Rocket/Core/Property.h"
+#include "../../Include/Rocket/Core/StyleSheetKeywords.h"
 
 namespace Rocket {
 namespace Core {

Some files were not shown because too many files changed in this diff