From 41156d188e608804444a81146270fa10c8b4d309 Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Sat, 16 Jun 2018 12:03:25 -0400 Subject: [PATCH 1/2] Changed place.h place_sa.h --- common/{place.h => place_sa.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename common/{place.h => place_sa.h} (100%) diff --git a/common/place.h b/common/place_sa.h similarity index 100% rename from common/place.h rename to common/place_sa.h From 218c4cd740bd88f52c0162356a440929e2f4815f Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Sat, 16 Jun 2018 12:09:51 -0400 Subject: [PATCH 2/2] Renamed place.h to place_sa.h in place_sa.cc Signed-off-by: ZipCPU --- common/place_sa.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include