/* $Id$ */ /** @file * * VirtualBox guest OpenGL DRI header */ /* * Copyright (C) 2009 Sun Microsystems, Inc. * * Sun Microsystems, Inc. confidential * All rights reserved */ #ifndef ___CROPENGL_DRIDRV_H #define ___CROPENGL_DRIDRV_H #include "src/mesa/main/mtypes.h" #include "src/mesa/drivers/dri/common/dri_util.h" #include "src/mesa/glapi/dispatch.h" #include "src/mesa/main/dd.h" #endif /* ___CROPENGL_DRIDRV_H */