X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.cpp;h=a309240e342dd45488d19ba959fb66c0701b205b;hb=d7bba4abb3d56893399578f0540b9ded0a28380f;hp=da5be6f88221373eedaddf8860291a2ad95f5ab2;hpb=ffc3ecc037bf8459c4c27087f3f151fa3dad65d2;p=nageru diff --git a/glwidget.cpp b/glwidget.cpp index da5be6f..a309240 100644 --- a/glwidget.cpp +++ b/glwidget.cpp @@ -9,20 +9,21 @@ #include #include "glwidget.h" -#include "mainwindow.h" #include #include +#include #include #include "context.h" +#include "effect_chain.h" #include "flags.h" +#include "mainwindow.h" #include "mixer.h" +#include "qnamespace.h" #include "ref_counted_gl_sync.h" -#include "vumeter.h" -class MainWindow; -class QSurface; +class QMouseEvent; class QWidget; #undef Success