diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:51:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:51:14 +0200 |
commit | c246ff0280eda1a8ccdfdfb557037b7cea8ecc63 (patch) | |
tree | 605a99caa05b081b440f9e41b41e0387fbb456b4 /video-ps3eye | |
parent | 05c811db673e25fbf38a352341517465c782785d (diff) |
video/ps3eye: kill thread-name header
Diffstat (limited to 'video-ps3eye')
-rw-r--r-- | video-ps3eye/PS3EYEDriver/ps3eye.cpp | 1 | ||||
-rw-r--r-- | video-ps3eye/PS3EYEDriver/thread-name.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/video-ps3eye/PS3EYEDriver/ps3eye.cpp b/video-ps3eye/PS3EYEDriver/ps3eye.cpp index 010ab12c..32a4a1b9 100644 --- a/video-ps3eye/PS3EYEDriver/ps3eye.cpp +++ b/video-ps3eye/PS3EYEDriver/ps3eye.cpp @@ -1,6 +1,5 @@ #include "ps3eye.hpp" #include "compat/macros1.h" -#include "compat/thread-name.hpp" #include "internal.hpp" #include "urb.hpp" diff --git a/video-ps3eye/PS3EYEDriver/thread-name.cpp b/video-ps3eye/PS3EYEDriver/thread-name.cpp deleted file mode 100644 index e7e96b21..00000000 --- a/video-ps3eye/PS3EYEDriver/thread-name.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "compat/thread-name.cpp" |