From 2ffe2aa2c6db88dc2e4fff11a4c560a60df86c19 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 20 Sep 2012 21:04:12 -0400 Subject: [PATCH] urlregex.h -> url_regex.hh --- termite.cc | 2 +- url_regex.h => url_regex.hh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename url_regex.h => url_regex.hh (100%) diff --git a/termite.cc b/termite.cc index 16d7840..2b5fd04 100644 --- a/termite.cc +++ b/termite.cc @@ -11,7 +11,7 @@ #include #include -#include "url_regex.h" +#include "url_regex.hh" using namespace std::placeholders; diff --git a/url_regex.h b/url_regex.hh similarity index 100% rename from url_regex.h rename to url_regex.hh