diff --git a/OpenFlipper.cc b/OpenFlipper.cc index f8cfd862ba3aedce652d30640ca161ab80b96456..1cdbabf663921526cbc8d43a5e91ff2365bc11c1 100644 --- a/OpenFlipper.cc +++ b/OpenFlipper.cc @@ -446,12 +446,6 @@ int main(int argc, char **argv) } } } - - //On Apple systems the extensions are loaded automagically by qt so dont call the init functions or include the opengl headers (gl_compat_4_4). - #ifndef __APPLE__ - // initOpenGLFunctions(); - #endif - //std::cout<init(); diff --git a/widgets/coreWidget/About.cc b/widgets/coreWidget/About.cc index dc211fb40fab03076cf6099e48a1ac79b2b45749..dd0fd1b9f3758fadde2cf44c653b55b1add86ff0 100644 --- a/widgets/coreWidget/About.cc +++ b/widgets/coreWidget/About.cc @@ -60,7 +60,7 @@ //== INCLUDES ================================================================= #include -#include +#include #include "CoreWidget.hh" #include