Переглянути джерело

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

names with the project file.
legacy
Sam Hocevar sam 13 роки тому
джерело
коміт
a59f2efb07
5 змінених файлів з 5 додано та 5 видалено
  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 Переглянути файл

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

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

using namespace std;



+ 1
- 1
src/image/codec/dummy-image.cpp Переглянути файл

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

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

using namespace std;



+ 1
- 1
src/image/codec/ios-image.cpp Переглянути файл

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

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

using namespace std;



+ 1
- 1
src/image/codec/ps3-image.cpp Переглянути файл

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

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

using namespace std;



+ 1
- 1
src/image/codec/sdl-image.cpp Переглянути файл

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

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

using namespace std;



Завантаження…
Відмінити
Зберегти