aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/awt/gtk/gtkcommon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/awt/gtk/gtkcommon.cc')
-rw-r--r--libjava/gnu/awt/gtk/gtkcommon.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/libjava/gnu/awt/gtk/gtkcommon.cc b/libjava/gnu/awt/gtk/gtkcommon.cc
new file mode 100644
index 0000000..6a12130
--- /dev/null
+++ b/libjava/gnu/awt/gtk/gtkcommon.cc
@@ -0,0 +1,14 @@
+// -*- c++ -*-
+// gtkutils.cc - Common functions for the gtk AWT peers.
+
+/* Copyright (C) 2000 Free Software Foundation
+
+ This file is part of libgcj.
+
+This software is copyrighted work licensed under the terms of the
+Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
+details. */
+
+#include <gtk/gtk.h>
+
+#include "gtkcommon.h"