X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=fake_capture.cpp;h=1410ef4b753960b3482920236e35c2a2c845109e;hb=8e0a25a2663844905f3daf8fcf9bf9ec995d1074;hp=9cb2afe5b3c8a03e31db562da632924b2e53189b;hpb=8503a5c99e244f38d38659e9d43b5834b97a6d1b;p=bmusb diff --git a/fake_capture.cpp b/fake_capture.cpp index 9cb2afe..1410ef4 100644 --- a/fake_capture.cpp +++ b/fake_capture.cpp @@ -1,7 +1,7 @@ // A fake capture device that sends single-color frames at a given rate. // Mostly useful for testing themes without actually hooking up capture devices. -#include "fake_capture.h" +#include "bmusb/fake_capture.h" #include #include @@ -15,7 +15,7 @@ #endif #include -#include "bmusb.h" +#include "bmusb/bmusb.h" #define FRAME_SIZE (8 << 20) // 8 MB.