Amazingly, DocumentLoader.h survived all this time without a header guard...
* loader/DocumentLoader.h: Added header guard
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17940
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-11-30 Brady Eidson <beidson@apple.com>
+
+ Reviewed by Tim's rubberstamp
+
+ Amazingly, DocumentLoader.h survived all this time without a header guard...
+
+ * loader/DocumentLoader.h: Added header guard
+
2006-11-30 Timothy Hatcher <timothy@apple.com>
Reviewed by Brady and Eric.
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#ifndef DocumentLoader_H_
+#define DocumentLoader_H_
#include "NavigationAction.h"
#include "Shared.h"
};
}
+
+#endif // DocumentLoader_H_