mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
remove unnecessary file.
Spotted by: QAT
This commit is contained in:
parent
796740a466
commit
53f217d98f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243870
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
--- src/sasaeval.h.org 2008-07-31 04:10:08.000000000 +0900
|
|
||||||
+++ src/sasaeval.h 2009-02-14 16:45:40.000000000 +0900
|
|
||||||
@@ -24,6 +24,7 @@
|
|
||||||
#define SASAEVAL_H
|
|
||||||
|
|
||||||
#include "typedef.h"
|
|
||||||
+#include <cstdlib>
|
|
||||||
|
|
||||||
struct cg_nbt3_nl; // SASA neighbor list.
|
|
||||||
|
|
||||||
--- src/sasaeval.cpp~ 2008-07-31 04:10:08.000000000 +0900
|
|
||||||
+++ src/sasaeval.cpp 2009-02-14 17:03:14.000000000 +0900
|
|
||||||
@@ -17,6 +17,8 @@
|
|
||||||
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
|
|
||||||
/*################################################################################################*/
|
|
||||||
+#include <algorithm>
|
|
||||||
+using namespace std;
|
|
||||||
|
|
||||||
#include "sasaeval.h"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue