Skip to content
Snippets Groups Projects
Commit c2642e11 authored by Raphael Isemann's avatar Raphael Isemann Committed by Vassil Vassilev
Browse files

Moved #includes in TGLContext.h inside headerguard

parent f7f1bc4b
No related branches found
No related tags found
No related merge requests found
// @(#)root/gl:$Id$
// Author: Timur Pocheptsov, Jun 2007
#include <utility>
#include <list>
/*************************************************************************
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
* All rights reserved. *
......@@ -15,7 +12,9 @@
#ifndef ROOT_TGLContext
#define ROOT_TGLContext
#include <list>
#include <memory>
#include <utility>
class TGLContextIdentity;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment