Skip to content

Commit

Permalink
removing antiquated include of QuickTime headers -- fixes problems co…
Browse files Browse the repository at this point in the history
…mpiling with Xcode 8
  • Loading branch information
Timothy Place committed Sep 15, 2016
1 parent 222cf60 commit 84044d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/c74support/jit-includes/jit.mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// can use prefix files for faster compilation, in which case, the following are
// redundant, but harmless, as they will exit quickly based on header defines
#include <Carbon/Carbon.h>
#include <QuickTime/QuickTime.h>
#else
#include <MacTypes.h>
#include <devices.h>
Expand Down
1 change: 0 additions & 1 deletion source/c74support/max-includes/macho-gl-prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//

#include <Carbon/Carbon.h>
#include <QuickTime/QuickTime.h>

#ifdef __glext_h_
#undef __glext_h_
Expand Down
1 change: 0 additions & 1 deletion source/c74support/max-includes/macho-prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
//

#include <Carbon/Carbon.h>
#include <QuickTime/QuickTime.h>

0 comments on commit 84044d3

Please sign in to comment.