Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/bluetoothaudiosink/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

#include <com/com.h>
#include <core/core.h>
#include <plugins/plugins.h>
#include <plugins/Types.h>
#include <messaging/messaging.h>
2 changes: 1 addition & 1 deletion Source/bluetoothaudiosource/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@

#include <com/com.h>
#include <core/core.h>
#include <plugins/plugins.h>
#include <plugins/Types.h>
#include <messaging/messaging.h>
3 changes: 2 additions & 1 deletion Source/deviceinfo/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

#include <com/com.h>
#include <core/core.h>
#include <plugins/plugins.h>
#include <plugins/Types.h>
#include <plugins/ISubSystem.h>
#include <messaging/messaging.h>

#if defined(__WINDOWS__) && defined(DEVICEINFO_EXPORTS)
Expand Down
2 changes: 1 addition & 1 deletion Source/securityagent/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <core/core.h>
#include <com/com.h>
#include <plugins/plugins.h>
#include <plugins/Types.h>
Comment thread
VeithMetro marked this conversation as resolved.


#if defined(__WINDOWS__) && defined(SECURITYAGENT_EXPORTS)
Expand Down
Loading