]> git.sesse.net Git - nageru/blobdiff - nageru/glwidget.cpp
Fix a segfault that could happen with FFmpeg inputs and slow startup.
[nageru] / nageru / glwidget.cpp
index bf537de2dbdb0806d2c41fec0b8ebf3fcd74d8e7..e6c2c582853a1bfe894e7df5dabc465104acbdc1 100644 (file)
 #include <utility>
 
 #include "audio_mixer.h"
-#include "context.h"
+#include "shared/context.h"
 #include "context_menus.h"
 #include "flags.h"
 #include "mainwindow.h"
 #include "mixer.h"
-#include "ref_counted_gl_sync.h"
+#include "shared/ref_counted_gl_sync.h"
 
 class QMouseEvent;