Skip to content

Commit

Permalink
vidcap Syphon: improved includes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Dec 4, 2023
1 parent 5796994 commit 55f05f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/video_capture/syphon.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,12 @@
* 2. no other main event loop is run, in which case UG runs ours registered
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#include "config_unix.h"
#include "config_win32.h"
#endif

#include <AppKit/NSApplication.h>
#include <OpenGL/gl.h>
#include <OpenGL/OpenGL.h> // CGL
#include <OpenGL/glext.h>
#include <Syphon/Syphon.h>
#include <pthread.h>

#include "debug.h"
#include "gl_context.h"
Expand Down

0 comments on commit 55f05f3

Please sign in to comment.