From e7a26d591720377ab1384dd7f414e279059ed739 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 3 Dec 2013 14:31:23 +0100
Subject: [PATCH] Remove un-needed dep on boost PP stringize

---
 xbob/io/include/xbob.io/api.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xbob/io/include/xbob.io/api.h b/xbob/io/include/xbob.io/api.h
index 89e7a44..9b13cd6 100644
--- a/xbob/io/include/xbob.io/api.h
+++ b/xbob/io/include/xbob.io/api.h
@@ -23,7 +23,6 @@
 #include <bob/io/VideoWriter.h>
 #endif /* WITH_FFMPEG */
 
-#include <boost/preprocessor/stringize.hpp>
 #include <boost/shared_ptr.hpp>
 #include <Python.h>
 
-- 
GitLab