]> git.sesse.net Git - vlc/commitdiff
Include the BlackMagic SDK stuff with <>.
authorSteinar Gunderson <sgunderson@bigfoot.com>
Mon, 27 Sep 2010 11:40:32 +0000 (13:40 +0200)
committerSteinar Gunderson <sgunderson@bigfoot.com>
Mon, 27 Sep 2010 11:40:32 +0000 (13:40 +0200)
modules/access/sdi.cpp

index 4e8988e075db7204abdcab105c8f61b45e5dce8a..9d42eae79aec9faac93f216cb0ac5ab270d55ac2 100644 (file)
@@ -19,8 +19,8 @@
 
 #include <arpa/inet.h>
 
 
 #include <arpa/inet.h>
 
-#include "DeckLinkAPI.h"
-#include "DeckLinkAPIDispatch.cpp"
+#include <DeckLinkAPI.h>
+#include <DeckLinkAPIDispatch.cpp>
 
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );