remove quick hack includes to Gtk*Peer.c from native.c
authormotse <none@none>
Wed, 8 Dec 2004 11:01:19 +0000 (11:01 +0000)
committermotse <none@none>
Wed, 8 Dec 2004 11:01:19 +0000 (11:01 +0000)
src/native/native.c

index 1ab67dbe1d4f78ac3fb6227ad82dc8702afe37e0..4d06781a59caf294b586073b92fa12f79362e2f0 100644 (file)
@@ -31,7 +31,7 @@
    The .hh files created with the header file generator are all
    included here as are the C functions implementing these methods.
 
-   $Id: native.c 1735 2004-12-07 14:33:27Z twisti $
+   $Id: native.c 1739 2004-12-08 11:01:19Z motse $
 
 */
 
 
 
 /* include table of native functions ******************************************/
-
-/* XXX quick hack? */
-#if defined(USE_GTK)
-#include "native/vm/GtkComponentPeer.c"
-#include "native/vm/GtkScrollPanePeer.c"
-#include "native/vm/GtkFileDialogPeer.c"
-#endif
-
 #include "nativetable.inc"