[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

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

View File

@@ -9,7 +9,7 @@
#ifndef __BUFFER_VIEW_H__
#define __BUFFER_VIEW_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <BufferManager.h>
#include <appl/globalMsg.h>
#include <ewol/widget/List.h>

View File

@@ -8,7 +8,7 @@
#include <CodeView.h>
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <CodeView.h>
#include <BufferManager.h>

View File

@@ -9,7 +9,7 @@
#ifndef __CODE_VIEW_H__
#define __CODE_VIEW_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <CodeView.h>
#include <BufferManager.h>
#include <appl/globalMsg.h>

View File

@@ -7,7 +7,7 @@
*/
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/global.h>
#include <MainWindows.h>
#include <BufferView.h>

View File

@@ -9,7 +9,7 @@
#ifndef __MAIN_WINDOWS_H__
#define __MAIN_WINDOWS_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/globalMsg.h>
#include <BufferView.h>

View File

@@ -9,7 +9,7 @@
#ifndef __SEARCH_H__
#define __SEARCH_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/widget/Sizer.h>
#include <ewol/widget/Entry.h>

View File

@@ -10,7 +10,7 @@
#define __SEARCH_DATA_H__
#include <etk/UString.h>
#include <appl/Debug.h>
#include <appl/debug.h>
namespace SearchData
{

View File

@@ -9,7 +9,7 @@
#ifndef __APPL_CTAGS_LIST_H__
#define __APPL_CTAGS_LIST_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/widget/List.h>

View File

@@ -9,7 +9,7 @@
#ifndef __APPL_CTAGS_SELECTION_H__
#define __APPL_CTAGS_SELECTION_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <ewol/widget/PopUp.h>
#include <appl/Gui/TagFileList.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 <TextViewer.h>
#include <BufferManager.h>

View File

@@ -9,7 +9,7 @@
#ifndef __APPL_TEXT_VIEWER_H__
#define __APPL_TEXT_VIEWER_H__
#include <appl/Debug.h>
#include <appl/debug.h>
#include <appl/Buffer/Buffer.h>
#include <appl/globalMsg.h>