ext/apache2/DirectoryMapper.h in passenger-2.2.15 vs ext/apache2/DirectoryMapper.h in passenger-3.0.0.pre1
- old
+ new
@@ -1,8 +1,8 @@
/*
* Phusion Passenger - http://www.modrails.com/
- * Copyright (c) 2008, 2009 Phusion
+ * Copyright (c) 2010 Phusion
*
* "Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -29,12 +29,12 @@
#include <set>
#include <cstring>
#include <oxt/backtrace.hpp>
-#include "CachedFileStat.hpp"
-#include "Configuration.h"
+#include "Configuration.hpp"
#include "Utils.h"
+#include "Utils/CachedFileStat.hpp"
// The Apache/APR headers *must* come after the Boost headers, otherwise
// compilation will fail on OpenBSD.
#include <httpd.h>
#include <http_core.h>