mirror of
https://github.com/Tha14/toxic.git
synced 2025-09-18 05:56:51 +02:00
sort includes
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "windows.h"
|
||||
#include "toxic.h"
|
||||
#include "windows.h"
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(x, y) (((x) < (y)) ? (x) : (y))
|
||||
|
Reference in New Issue
Block a user