From 5360faa9203bbe80bfd5333e8d8abbd3f674b72e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 2 Jul 2013 19:20:12 +0000 Subject: [PATCH] Fix things on case-insensitive file systems. --- include/{ => cython}/vapoursynth.h | 0 include/{ => cython}/vapoursynth_api.h | 0 src/vsscript/vsscript.cpp | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename include/{ => cython}/vapoursynth.h (100%) rename include/{ => cython}/vapoursynth_api.h (100%) diff --git a/include/vapoursynth.h b/include/cython/vapoursynth.h similarity index 100% rename from include/vapoursynth.h rename to include/cython/vapoursynth.h diff --git a/include/vapoursynth_api.h b/include/cython/vapoursynth_api.h similarity index 100% rename from include/vapoursynth_api.h rename to include/cython/vapoursynth_api.h diff --git a/src/vsscript/vsscript.cpp b/src/vsscript/vsscript.cpp index b2601c2..ffcebc0 100644 --- a/src/vsscript/vsscript.cpp +++ b/src/vsscript/vsscript.cpp @@ -1,5 +1,5 @@ #include "VSScript.h" -#include "vapoursynth_api.h" +#include "cython/vapoursynth_api.h" struct VSScript : public VPYScriptExport { }; -- 2.11.4.GIT