diff options
author | 2016-05-01 20:27:50 +0200 | |
---|---|---|
committer | 2016-05-01 20:27:50 +0200 | |
commit | be67262fc21f75d40dead90256c0ec3142be7b12 (patch) | |
tree | 4013158c275962acd59cd78df4932dc117efa0a7 /src/devices/machine/s3c2440.cpp | |
parent | 66d0dd3d8255ae33a5a28455a540c71c032a11e9 (diff) |
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Diffstat (limited to 'src/devices/machine/s3c2440.cpp')
-rw-r--r-- | src/devices/machine/s3c2440.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s3c2440.cpp b/src/devices/machine/s3c2440.cpp index 7cc5e0a6247..360f83f244d 100644 --- a/src/devices/machine/s3c2440.cpp +++ b/src/devices/machine/s3c2440.cpp @@ -31,7 +31,7 @@ static inline void ATTR_PRINTF(3,4) verboselog( device_t &device, int n_level, c #define DEVICE_S3C2440 #define S3C24_CLASS_NAME s3c2440_device -#include "machine/s3c24xx.inc" +#include "machine/s3c24xx.hxx" #undef DEVICE_S3C2440 UINT32 s3c2440_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect) |