Remove #ifdef __cplusplus from gnu-numeric.cpp

It’s always compiled with C++.
This commit is contained in:
John Ralls
2017-02-20 15:50:31 -08:00
parent 570c8a8d60
commit 4fef04c17b
+3 -5
View File
@@ -21,11 +21,9 @@
* Boston, MA 02110-1301, USA gnu@gnu.org *
* *
*******************************************************************/
#ifdef __cplusplus
extern "C"
{
#endif
#include "config.h"
#include <glib.h>
@@ -33,10 +31,10 @@ extern "C"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef __cplusplus
#include "qof.h"
}
#endif
#include <stdint.h>
#include "gnc-numeric.h"