mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
gtkedit.c [GTK]: don't include mousemark.h
gtkedit.h [GTK]: likewise
This commit is contained in:
parent
e05c05dd01
commit
6394819d21
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user