-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing antiquated include of QuickTime headers -- fixes problems co…
…mpiling with Xcode 8
- Loading branch information
Timothy Place
committed
Sep 15, 2016
1 parent
222cf60
commit 84044d3
Showing
3 changed files
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
// | ||
|
||
#include <Carbon/Carbon.h> | ||
#include <QuickTime/QuickTime.h> | ||
|
||
#ifdef __glext_h_ | ||
#undef __glext_h_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,4 @@ | |
// | ||
|
||
#include <Carbon/Carbon.h> | ||
#include <QuickTime/QuickTime.h> | ||
|