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:
Erik Faye-Lund 2011-01-13 12:49:45 +01:00
parent 7bb3ee3ab1
commit b45b7af70f

View File

@ -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"