summary refs log tree commit diff stats
path: root/src/fe-gtk/xtext.c
diff options
context:
space:
mode:
authorRichart Hitt <rbh00@netcom.com>2012-06-02 02:25:30 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-06-02 02:25:30 +0200
commite012c9e5a77ec2361dfe33ed393f7156570e650a (patch)
tree68537678788bb2bb6a0cfa4286d3ece5b2d03a09 /src/fe-gtk/xtext.c
parenta6cc734b3802846f6ffd1cb1123bf4ca978e6056 (diff)
Eliminate multiple inclusions (Richard Hitt)
Diffstat (limited to 'src/fe-gtk/xtext.c')
-rw-r--r--src/fe-gtk/xtext.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fe-gtk/xtext.c b/src/fe-gtk/xtext.c
index 2899ba68..d474f148 100644
--- a/src/fe-gtk/xtext.c
+++ b/src/fe-gtk/xtext.c
@@ -71,8 +71,6 @@
 #include "../common/xchatc.h"
 #include "fe-gtk.h"
 #include "xtext.h"
-#include "../common/xchat.h"
-#include "../common/xchatc.h"
 
 #define charlen(str) g_utf8_skip[*(guchar *)(str)]
 
@@ -3015,7 +3013,7 @@ gtk_xtext_reset (GtkXText * xtext, int mark, int attribs)
  * Return one or more flags:
  * 	GTK_MATCH_MID if we are in a match
  * 	GTK_MATCH_START if we're at the first byte of it
- * 	GTK_MATCH_END if we at the first byte past it
+ * 	GTK_MATCH_END if we're at the first byte past it
  * 	GTK_MATCH_CUR if it is the current match
  */
 #define GTK_MATCH_START	1