mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
fix ordering and includes for oculusmanager and 3dtv
This commit is contained in:
parent
98efbade9b
commit
3f03145386
2 changed files with 3 additions and 4 deletions
|
@ -6,8 +6,9 @@
|
||||||
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved.
|
// Copyright (c) 2012 High Fidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include "InterfaceConfig.h"
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define WANT_TIMEVAL
|
|
||||||
#include <Systime.h>
|
#include <Systime.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -16,7 +17,6 @@
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
|
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
#include "InterfaceConfig.h"
|
|
||||||
#include "OculusManager.h"
|
#include "OculusManager.h"
|
||||||
|
|
||||||
ProgramObject OculusManager::_program;
|
ProgramObject OculusManager::_program;
|
||||||
|
|
|
@ -6,15 +6,14 @@
|
||||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include "InterfaceConfig.h"
|
||||||
|
|
||||||
#include <QOpenGLFramebufferObject>
|
#include <QOpenGLFramebufferObject>
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
|
|
||||||
#include "InterfaceConfig.h"
|
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define WANT_TIMEVAL
|
|
||||||
#include <Systime.h>
|
#include <Systime.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue