mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 06:56:44 +02:00
sort includes
This commit is contained in:
@ -22,14 +22,14 @@
|
||||
|
||||
#ifdef QRCODE
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <qrencode.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "qr_code.h"
|
||||
#include "toxic.h"
|
||||
#include "windows.h"
|
||||
#include "qr_code.h"
|
||||
|
||||
#ifdef QRPNG
|
||||
#include <png.h>
|
||||
|
Reference in New Issue
Block a user