Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
ee7f3d47
Commit
ee7f3d47
authored
Aug 12, 2016
by
Hugo Beauzée-Luyssen
Browse files
SWMRLock: Remove unrequired include
parent
d49ced23
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/filesystem/win32/DeviceLister.cpp
0 → 100644
View file @
ee7f3d47
#include "DeviceLister.h"
DeviceLister
::
DeviceLister
()
{
}
src/filesystem/win32/DeviceLister.h
0 → 100644
View file @
ee7f3d47
#ifndef DEVICELISTER_H
#define DEVICELISTER_H
class
DeviceLister
{
public:
DeviceLister
();
};
#endif // DEVICELISTER_H
\ No newline at end of file
src/utils/SWMRLock.h
View file @
ee7f3d47
...
...
@@ -24,7 +24,6 @@
#include "compat/ConditionVariable.h"
#include "compat/Mutex.h"
#include <atomic>
namespace
medialibrary
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment