diff options
| author | ZipCPU <dgisselq@ieee.org> | 2018-06-16 12:09:51 -0400 | 
|---|---|---|
| committer | ZipCPU <dgisselq@ieee.org> | 2018-06-16 12:09:51 -0400 | 
| commit | 218c4cd740bd88f52c0162356a440929e2f4815f (patch) | |
| tree | aa371b67b07a40ac0d088dc0edcf6519112de73b | |
| parent | 41156d188e608804444a81146270fa10c8b4d309 (diff) | |
| download | nextpnr-218c4cd740bd88f52c0162356a440929e2f4815f.tar.gz nextpnr-218c4cd740bd88f52c0162356a440929e2f4815f.tar.bz2 nextpnr-218c4cd740bd88f52c0162356a440929e2f4815f.zip  | |
Renamed place.h to place_sa.h in place_sa.cc
Signed-off-by: ZipCPU <dgisselq@ieee.org>
| -rw-r--r-- | common/place_sa.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/place_sa.cc b/common/place_sa.cc index a6d3040f..1635d97f 100644 --- a/common/place_sa.cc +++ b/common/place_sa.cc @@ -17,7 +17,7 @@   *   */ -#include "place.h" +#include "place_sa.h"  #include <algorithm>  #include <cmath>  #include <iostream>  | 
