summaryrefslogtreecommitdiff
path: root/src/qgl_api.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2011-02-04 18:09:51 +0300
committerAndrey Nazarov <skuller@skuller.net>2011-02-05 23:34:40 +0300
commit45c911a9207c89b525087a5feb7928899d1346f9 (patch)
tree853d1263d8c12db3e4443af1eb44dd4ff9b7dabd /src/qgl_api.c
parenta82520689f1d2ccf58a3f49be5e3d9a0f4ae909a (diff)
Rename ‘com_local.h’ into ‘common.h’.
Diffstat (limited to 'src/qgl_api.c')
-rw-r--r--src/qgl_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qgl_api.c b/src/qgl_api.c
index 7da187b..e9503f3 100644
--- a/src/qgl_api.c
+++ b/src/qgl_api.c
@@ -28,8 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
** QGL_Shutdown() - unloads libraries, NULLs function pointers
*/
-#include "com_local.h"
-#include "in_public.h"
+#include "common.h"
#include "vid_public.h"
#include "qgl_local.h"
#include "qgl_api.h"