Browse Source

build: bring the iOS port up to date by synchronising new source file

names with the project file.
legacy
Sam Hocevar sam 13 years ago
parent
commit
a59f2efb07
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      src/image/codec/android-image.cpp
  2. +1
    -1
      src/image/codec/dummy-image.cpp
  3. +1
    -1
      src/image/codec/ios-image.cpp
  4. +1
    -1
      src/image/codec/ps3-image.cpp
  5. +1
    -1
      src/image/codec/sdl-image.cpp

+ 1
- 1
src/image/codec/android-image.cpp View File

@@ -20,7 +20,7 @@
#include <android/log.h> #include <android/log.h>


#include "core.h" #include "core.h"
#include "image/image-private.h"
#include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/dummy-image.cpp View File

@@ -15,7 +15,7 @@
#include <cmath> #include <cmath>


#include "core.h" #include "core.h"
#include "image/image-private.h"
#include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/ios-image.cpp View File

@@ -18,7 +18,7 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>


#include "core.h" #include "core.h"
#include "image/image-private.h"
#include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/ps3-image.cpp View File

@@ -20,7 +20,7 @@
#include <cell/codec/pngdec.h> #include <cell/codec/pngdec.h>


#include "core.h" #include "core.h"
#include "image/image-private.h"
#include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/sdl-image.cpp View File

@@ -20,7 +20,7 @@
#include <SDL_image.h> #include <SDL_image.h>


#include "core.h" #include "core.h"
#include "image/image-private.h"
#include "../../image/image-private.h"


using namespace std; using namespace std;




Loading…
Cancel
Save