manage stl includes

This commit is contained in:
Garux
2021-10-31 12:38:53 +03:00
parent 512f0a959b
commit b0b997e493
73 changed files with 120 additions and 126 deletions

View File

@@ -21,10 +21,10 @@
#include "plugin.h"
#include <stdio.h>
#include <cstdio>
#include "picomodel.h"
typedef unsigned char byte;
#include <stdlib.h>
#include <cstdlib>
#include <algorithm>
#include <list>