mirror of https://github.com/YosysHQ/nextpnr.git
Fix broken header guard
This commit is contained in:
parent
c67b8259bb
commit
818165031c
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#ifndef PLACER_HEAP_H
|
||||
#define PLACER_HEAP
|
||||
#define PLACER_HEAP_H
|
||||
#include "nextpnr.h"
|
||||
#include "settings.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue