[DEV] update Debug in debug

This commit is contained in:
2013-10-25 20:49:26 +02:00
parent 8eb4aff266
commit 925fed77f1
33 changed files with 36 additions and 34 deletions

View File

@@ -8,7 +8,7 @@
#include <appl/Buffer/Buffer.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/clipBoard.h>
appl::Buffer::Iterator& appl::Buffer::Iterator::operator++ (void) {

View File

@@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <BufferManager.h>
#include <ewol/renderer/EObject.h>

View File

@@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <BufferText.h>
#include <etk/RegExp.h>

View File

@@ -7,7 +7,7 @@
*/
#include <etk/unicode.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBufHistory.h>

View File

@@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@@ -6,7 +6,7 @@
* @license GPL v3 (see license file)
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <EdnBuf.h>

View File

@@ -8,7 +8,7 @@
#include <appl/Buffer/TextPlugin.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#undef __class__
#define __class__ "TextViewerPlugin"

View File

@@ -7,7 +7,7 @@
*/
#include <appl/Buffer/TextPluginManager.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/Buffer/TextPluginCopy.h>
#include <appl/Buffer/TextPluginMultiLineTab.h>
#include <appl/Buffer/TextPluginAutoIndent.h>