summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-01-11 02:20:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-01-11 02:20:30 (GMT)
commit486f0bf0a27ffed3e9fde2f183974ae029b45c54 (patch)
tree8840eaab0629f83e7501506b91101ce4f2d42a5d /src/debug
parent6ebdbfbca9e7bc34fe0f280e4a6a65c24c5003e9 (diff)
Defined new panel definitions for the editor GUI.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@223 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/jdwp/debugger.c4
-rw-r--r--src/debug/jdwp/tcp.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/debug/jdwp/debugger.c b/src/debug/jdwp/debugger.c
index 6441f90..ada09bb 100644
--- a/src/debug/jdwp/debugger.c
+++ b/src/debug/jdwp/debugger.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* debugger.c - débogage d'une cible en Java.
*
- * Copyright (C) 2010-2011 Cyrille Bagard
+ * Copyright (C) 2010-2012 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -31,7 +31,7 @@
#include "tcp.h"
#include "../debugger-int.h"
#include "../stream.h"
-#include "../../panels/log.h"
+#include "../../gui/panels/log.h"
diff --git a/src/debug/jdwp/tcp.c b/src/debug/jdwp/tcp.c
index d389f51..554d5b6 100644
--- a/src/debug/jdwp/tcp.c
+++ b/src/debug/jdwp/tcp.c
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* tcp.c - gestion des connexions TCP aux serveurs JDWP.
*
- * Copyright (C) 2010-2011 Cyrille Bagard
+ * Copyright (C) 2010-2012 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -40,7 +40,7 @@
#include "sets/list.h"
#include "../stream-int.h"
#include "../../common/net.h"
-#include "../../panels/log.h"
+#include "../../gui/panels/log.h"