mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-23 14:54:43 +01:00
Optimize includes
Only include SDL_stdinc.h for SDL_bool, not the whole SDL.h.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef DECODER_H
|
||||
#define DECODER_H
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
#include <SDL2/SDL_net.h>
|
||||
|
||||
struct frames;
|
||||
|
||||
Reference in New Issue
Block a user