Move /sdk/include/reactos/wine to /sdk/include/wine, reorder global includes, remove unneeded includes (#8258)

- Move sdk\include\reactos\wine to sdk\include\wine
- Reorder the directories in include_directories() to be closer to alphabetical. This should make it easier to determine what global include directories can be removed in the future.
This commit is contained in:
Carl J. Bialorucki 2025-07-29 13:57:12 -06:00 committed by GitHub
parent f02ac8bc1e
commit c9842e5aad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
125 changed files with 69 additions and 114 deletions

View file

@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/config.h"
#include <stdarg.h>
#define COBJMACROS