1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-30 21:48:24 +00:00

Rename io.{h,cc} to pio.{h,cc} to avoid naming conflict with Windows-provided io.h.

Signed-off-by: William D. Jones <thor0505@comcast.net>
This commit is contained in:
William D. Jones
2018-11-03 13:00:39 -04:00
parent 158212417f
commit 553c611936
3 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
#include <streambuf>
#include "config.h"
#include "io.h"
#include "pio.h"
#include "log.h"
#include "util.h"

View File

@@ -17,7 +17,7 @@
*
*/
#include "io.h"
#include "pio.h"
NEXTPNR_NAMESPACE_BEGIN