gtkedit.c [GTK]: don't include mousemark.h

gtkedit.h [GTK]: likewise
This commit is contained in:
Pavel Roskin 2000-08-08 13:29:33 +00:00
parent e05c05dd01
commit 6394819d21
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-08-08 Pavel Roskin <proski@gnu.org>
* gtkedit.c [GTK]: don't include mousemark.h
* gtkedit.h [GTK]: likewise
2000-08-03 Pavel Roskin <proski@gnu.org>
* mousemark.c, mousemark.h: removed

View File

@ -31,7 +31,7 @@
#include "gtk/gtkselection.h"
#include "gtk/gtksignal.h"
#include "edit.h"
#ifndef MIDNIGHT
#if ! defined (MIDNIGHT) && ! defined (GTK)
#include "mousemark.h"
#endif

View File

@ -23,7 +23,7 @@
#include <gdk/gdk.h>
#include <gtk/gtkadjustment.h>
#include <gtk/gtkeditable.h>
#ifndef MIDNIGHT
#if ! defined (MIDNIGHT) && ! defined (GTK)
#include <gtkedit/mousemark.h>
#endif