[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] (no subject)
From: |
Greg Chicares |
Subject: |
[lmi-commits] (no subject) |
Date: |
Sat, 18 Jun 2016 11:54:01 +0000 (UTC) |
branch: master
commit 27b9685f3bda9f2abcbfa55ae54fe37d546bd126
Author: Gregory W. Chicares <address@hidden>
Date: Sat Jun 18 02:03:00 2016 +0000
Remove RCS Id and update PCH idiom for currency class
---
currency.hpp | 2 --
currency_test.cpp | 7 +------
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/currency.hpp b/currency.hpp
index 8537962..b547e7a 100644
--- a/currency.hpp
+++ b/currency.hpp
@@ -19,8 +19,6 @@
// email: <address@hidden>
// snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
-// $Id$
-
#ifndef currency_hpp
#define currency_hpp
diff --git a/currency_test.cpp b/currency_test.cpp
index 8597211..44e099c 100644
--- a/currency_test.cpp
+++ b/currency_test.cpp
@@ -19,12 +19,7 @@
// email: <address@hidden>
// snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
-// $Id$
-
-#ifdef __BORLANDC__
-# include "pchfile.hpp"
-# pragma hdrstop
-#endif // __BORLANDC__
+#include "pchfile.hpp"
#include "currency.hpp"