From 9d52796a0809e5e691c84f2d2418892872a2719a Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Mon, 15 Aug 2016 13:49:34 +0200 Subject: [PATCH] Fix "_POSIX_C_SOURCE" redefined warning on Python 2.7 --- example/example-methods-and-attributes.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/example-methods-and-attributes.cpp b/example/example-methods-and-attributes.cpp index edf519aa9..9056e3cb4 100644 --- a/example/example-methods-and-attributes.cpp +++ b/example/example-methods-and-attributes.cpp @@ -8,8 +8,6 @@ BSD-style license that can be found in the LICENSE file. */ -#include -#include #include "example.h" #include "constructor-stats.h"