Skip to content

Commit

Permalink
imgui: avoid warnings with IMGUI_API being redefined.
Browse files Browse the repository at this point in the history
Including only the integration headers which already take care of this.
  • Loading branch information
mosra committed Oct 24, 2019
1 parent 15ee98f commit 4a83ecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imgui/ImGuiExample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#include <imgui.h>
#include <Magnum/Math/Color.h>
#include <Magnum/GL/DefaultFramebuffer.h>
#include <Magnum/GL/Renderer.h>
Expand Down

0 comments on commit 4a83ecb

Please sign in to comment.