Skip to content

Commit

Permalink
[WINDOWS] Update for windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwielders committed Oct 23, 2020
1 parent 67d43ee commit 15dd1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Source/virtualinput/virtualinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
* limitations under the License.
*/

#include "virtualinput.h"
#include "Module.h"
#include <plugins/IVirtualInput.h>
#include "virtualinput.h"

namespace WPEFramework {
namespace VirtualInput{
Expand Down
1 change: 0 additions & 1 deletion Source/virtualinput/virtualinput.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<ClCompile Include="virtualinput.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="IVirtualInput.h" />
<ClInclude Include="Module.h" />
<ClInclude Include="virtualinput.h" />
</ItemGroup>
Expand Down

0 comments on commit 15dd1ac

Please sign in to comment.