remove unused library

issue#70
Houtan Bastani 2018-06-27 13:50:15 +02:00
parent bbb2b067bf
commit 45f7e40a88
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2007-2017 Dynare Team * Copyright (C) 2007-2018 Dynare Team
* *
* This file is part of Dynare. * This file is part of Dynare.
* *
@ -39,8 +39,6 @@
# endif # endif
#endif #endif
#include <cstdint>
#define NEAR_ZERO (1e-12) #define NEAR_ZERO (1e-12)
using namespace std; using namespace std;