]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/update.h
* coding style fixes (please don't do [NSString string], but use an empty constant...
[vlc] / modules / gui / macosx / update.h
index e87f0298be05dacbb76a2f4520412a14dc3451f7..b3cf1654a60e39b4d449597accea872e8a086567 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#ifdef HAVE_CONFIG_H
-#   include "config.h"
-#endif
-
 #ifdef UPDATE_CHECK
 #import <Cocoa/Cocoa.h>
+#import "intf.h"
 #import <vlc_update.h>
 
 @interface VLCUpdate : NSObject