remove useless 0 byte file (continued)
This commit is contained in:
parent
a537003680
commit
2443cf866a
|
@ -1592,10 +1592,6 @@
|
|||
RelativePath="..\utils\libfat\mem_allocate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\libfat\ndstypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\libfat\partition.cpp"
|
||||
>
|
||||
|
|
|
@ -1233,10 +1233,6 @@
|
|||
RelativePath="..\utils\libfat\mem_allocate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\libfat\ndstypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\utils\libfat\partition.cpp"
|
||||
>
|
||||
|
|
|
@ -621,7 +621,6 @@
|
|||
<ClInclude Include="..\utils\libfat\libfat_public_api.h" />
|
||||
<ClInclude Include="..\utils\libfat\lock.h" />
|
||||
<ClInclude Include="..\utils\libfat\mem_allocate.h" />
|
||||
<ClInclude Include="..\utils\libfat\ndstypes.h" />
|
||||
<ClInclude Include="..\utils\libfat\partition.h" />
|
||||
<ClInclude Include="..\version.h" />
|
||||
<ClInclude Include="..\wifi.h" />
|
||||
|
|
|
@ -771,9 +771,6 @@
|
|||
<ClInclude Include="..\utils\datetime.h">
|
||||
<Filter>Core\utils</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\utils\libfat\ndstypes.h">
|
||||
<Filter>Core\utils\libfat</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\utils\libfat\partition.h">
|
||||
<Filter>Core\utils\libfat</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Reference in New Issue