mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
17 lines
455 B
Plaintext
17 lines
455 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- gtkscintilla.c.orig Mon May 14 11:45:35 2001
|
|
+++ gtkscintilla.c Tue May 15 15:30:16 2001
|
|
@@ -20,8 +20,8 @@
|
|
#include "gtkscintilla.h"
|
|
|
|
#define PLAT_GTK 1
|
|
-#include "scintilla/include/Scintilla.h"
|
|
-#include "scintilla/include/ScintillaWidget.h"
|
|
+#include "scintilla/Scintilla.h"
|
|
+#include "scintilla/ScintillaWidget.h"
|
|
|
|
static void gtk_scintilla_class_init(GtkScintillaClass *klass);
|
|
static void gtk_scintilla_init(GtkScintilla *sci);
|