propagated renaming fixes to .cc files
[org.ibex.core.git] / src / org / ibex / plat / GCJ.cc
index ca5aa9b..73e7851 100644 (file)
@@ -4,6 +4,14 @@
 
 #include <gcj/cni.h>
 #include <gcj/array.h>
+#include <org/ibex/plat/Platform.h>
+#include <org/ibex/graphics/Picture.h>
+#include <org/ibex/plat/GCJ.h>
+#include <java/io/InputStream.h>
+#include <java/io/ByteArrayInputStream.h>
+#include <java/lang/RuntimeException.h>
+#include <org/ibex/plat/GCJ.h>
+#include <org/ibex/util/Log.h>
 extern "C" {
 
 // hack for broken Solaris headers
@@ -14,14 +22,6 @@ extern "C" {
 #include <setjmp.h>
 #include "jpeglib.h"
 }
-#include <org/ibex/Platform.h>
-#include <org/ibex/Picture.h>
-#include <org/ibex/plat/GCJ.h>
-#include <java/io/InputStream.h>
-#include <java/io/ByteArrayInputStream.h>
-#include <java/lang/RuntimeException.h>
-#include <org/ibex/plat/GCJ.h>
-#include <org/ibex/util/Log.h>
 
 #ifdef TRUE
 #undef TRUE
@@ -99,7 +99,7 @@ void skip_input_data (j_decompress_ptr cinfo, long num_bytes) {
     src->pub.bytes_in_buffer -= num_bytes;
 }
 
-void org::ibex::plat::GCJ::_decodeJPEG(java::io::InputStream* is, org::ibex::Picture* p) {
+void org::ibex::plat::GCJ::_decodeJPEG(java::io::InputStream* is, org::ibex::graphics::Picture* p) {
     struct jpeg_decompress_struct cinfo;
     my_error_mgr_t jerr;
     my_source_mgr_t src;