Fix broken header guard

This commit is contained in:
whitequark 2019-03-25 19:32:58 +00:00 committed by GitHub
parent c67b8259bb
commit 818165031c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
*/
#ifndef PLACER_HEAP_H
#define PLACER_HEAP
#define PLACER_HEAP_H
#include "nextpnr.h"
#include "settings.h"