aboutsummaryrefslogtreecommitdiff
path: root/rfc4251.C
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2015-08-28 19:12:58 +0200
committerTimo Weingärtner <timo@tiwe.de>2015-08-28 19:27:48 +0200
commit774ff2757de2a32c57046cbdc8425c6c22759035 (patch)
tree2237daf46ad600e8439bedd8f4eb60fbcffaa038 /rfc4251.C
parentd9ffc789b1c7e781acbdd8310aef871dc3a41c13 (diff)
downloadssh-agent-filter-774ff2757de2a32c57046cbdc8425c6c22759035.tar.gz
rename C++ header to .H
Diffstat (limited to 'rfc4251.C')
-rw-r--r--rfc4251.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc4251.C b/rfc4251.C
index 8ca5f2b..0b7aa62 100644
--- a/rfc4251.C
+++ b/rfc4251.C
@@ -22,7 +22,7 @@
* along with ssh-agent-filter. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "rfc4251.h"
+#include "rfc4251.H"
rfc4251string::rfc4251string (std::vector<std::string> const & v) {
for (auto it = v.begin(); it != v.end();) {