example_bass: remove superfluous includes
While we're at it, switch all standard library includes to C-style rather than C++-style.
This commit is contained in:
parent
7bb3ee3ab1
commit
b45b7af70f
@ -6,10 +6,7 @@
|
||||
#include <windows.h>
|
||||
#include <d3d9.h>
|
||||
#include <d3dx9.h>
|
||||
#include <memory>
|
||||
#include <exception>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "../sync/sync.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user