mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
No need for relative path in this case for an #include (nw)
This commit is contained in:
parent
2e0651db6f
commit
c7677dbed6
@ -67,7 +67,7 @@ Notes:
|
||||
#include "sound/okim6295.h"
|
||||
#include "cpu/mcs51/mcs51.h"
|
||||
#include "video/ramdac.h"
|
||||
#include "../../lib/libjpeg/jpeglib.h"
|
||||
#include "libjpeg/jpeglib.h"
|
||||
|
||||
|
||||
#define FIFO_SIZE 1024
|
||||
|
Loading…
Reference in New Issue
Block a user