Skip to content

Commit daff43f

Browse files
committed
Renamed ImPlatform.h to ImagingPlatform.h
1 parent 06d9572 commit daff43f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/libImaging/Imaging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* See the README file for information on usage and redistribution.
1111
*/
1212

13-
#include "ImPlatform.h"
13+
#include "ImagingPlatform.h"
1414
#include "Mode.h"
1515

1616
#if defined(__cplusplus)

src/libImaging/ImagingDib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#ifdef _WIN32
1414

15-
#include "ImPlatform.h"
15+
#include "ImagingPlatform.h"
1616

1717
#if defined(__cplusplus)
1818
extern "C" {

0 commit comments

Comments
 (0)