Skip to content
Snippets Groups Projects
Commit 910e064f authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Cosmetic change: fix preprocessor variable name.

parent 70f4afc5
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,8 @@ ...@@ -14,9 +14,8 @@
// received a copy of the GNU Lesser General Public License along with // received a copy of the GNU Lesser General Public License along with
// hpp-statistics. If not, see <http://www.gnu.org/licenses/>. // hpp-statistics. If not, see <http://www.gnu.org/licenses/>.
#ifndef HPP_STATISTICS_BIN_HH
#ifndef HPP_STATISTICS_HH # define HPP_STATISTICS_BIN_HH
# define HPP_STATISTICS_HH
# include <ostream> # include <ostream>
# include <list> # include <list>
...@@ -258,4 +257,4 @@ namespace hpp { ...@@ -258,4 +257,4 @@ namespace hpp {
} // namespace statistics } // namespace statistics
} // namespace hpp } // namespace hpp
#endif // HPP_STATISTICS_HH #endif // HPP_STATISTICS_BIN_HH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment