Skip to content

Commit

Permalink
fixed header mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Dec 30, 2014
1 parent b596adc commit cb29608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ch07/ex7_02.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//
// ex7_2.h
// ex7_02.h
// Exercise 7.2
//
// Created by pezy on 14/11/8.
// Copyright (c) 2014 pezy. All rights reserved.
//

#ifndef CP5_ex7_2_h
#define CP5_ex7_2_h
#ifndef CP5_ex7_02_h
#define CP5_ex7_02_h

#include <string>

Expand Down
6 changes: 3 additions & 3 deletions ch07/ex7_03.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//
// ex7_3.cpp
// Exercise 7.3
// ex7_03.cpp
// Exercise 7.03
//
// Created by pezy on 14/11/8.
// Copyright (c) 2014 pezy. All rights reserved.
//

#include "ex7_2.h"
#include "ex7_02.h"
#include <iostream>
using std::cin; using std::cout; using std::endl;

Expand Down

0 comments on commit cb29608

Please sign in to comment.