diff options
author | ritsuka <[email protected]> | 2014-12-23 10:26:39 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-23 10:26:39 +0000 |
commit | 9297c8f803c220c58b0cb187be8c584643ac3418 (patch) | |
tree | bd88e8e632a3121d6232eeb9d8b342e19657bb6e /macosx/HBAddPresetController.h | |
parent | a66b692e29674de9c444fd54f0493d03b4900abc (diff) |
MacGui: remove some unused #import. Move again more things in HBController to HBJob.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6644 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAddPresetController.h')
-rw-r--r-- | macosx/HBAddPresetController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBAddPresetController.h b/macosx/HBAddPresetController.h index 3fa4bf921..f86b2e4f4 100644 --- a/macosx/HBAddPresetController.h +++ b/macosx/HBAddPresetController.h @@ -7,7 +7,6 @@ // #import <Cocoa/Cocoa.h> -#include "hb.h" @class HBPreset; |