blob: cec49d8a43f7978ffd9279b6392bad041fdd9447 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- PreferencesController.m.orig 2004-12-17 10:10:22.000000000 +0100
+++ PreferencesController.m 2010-05-23 05:22:03.000000000 +0200
@@ -32,7 +32,9 @@
#include "InputView.h"
+#include <Foundation/NSArchiver.h>
#include <Foundation/NSNotification.h>
+#include <Foundation/NSUserDefaults.h>
#include <AppKit/NSBrowser.h>
#include <AppKit/NSBrowserCell.h>
|