Fixed header guards, thanks Ryan!
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@271 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
committed by
Alexandre Deckner
parent
b943093b1b
commit
572a465779
@@ -5,9 +5,8 @@
|
||||
* Authors:
|
||||
* Oliver Tappe <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef AUTO_COMPLETEER_H
|
||||
#define AUTO_COMPLETEER_H
|
||||
#ifndef _AUTO_COMPLETER_H
|
||||
#define _AUTO_COMPLETER_H
|
||||
|
||||
#include <MessageFilter.h>
|
||||
|
||||
@@ -153,4 +152,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif // AUTO_COMPLETEER_H
|
||||
#endif // _AUTO_COMPLETER_H
|
||||
|
||||
@@ -5,9 +5,8 @@
|
||||
* Authors:
|
||||
* Oliver Tappe <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef AUTO_COMPLETER_DEFAULT_IMPL_H
|
||||
#define AUTO_COMPLETER_DEFAULT_IMPL_H
|
||||
#ifndef _AUTO_COMPLETER_DEFAULT_IMPL_H
|
||||
#define _AUTO_COMPLETER_DEFAULT_IMPL_H
|
||||
|
||||
#include <ListView.h>
|
||||
#include <String.h>
|
||||
@@ -90,4 +89,4 @@ private:
|
||||
ListView* fListView;
|
||||
};
|
||||
|
||||
#endif // AUTO_COMPLETER_DEFAULT_IMPL_H
|
||||
#endif // _AUTO_COMPLETER_DEFAULT_IMPL_H
|
||||
|
||||
Reference in New Issue
Block a user