From e897aa91a2a5c68a2f795f6a0a995600f13a85f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 May 2014 21:29:29 -0700 Subject: Convert to extension-less headers for API --- examples/inheritance/driver.cxx | 4 ++-- examples/inheritance/position.cxx | 4 ++-- examples/inheritance/position.hxx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/inheritance') diff --git a/examples/inheritance/driver.cxx b/examples/inheritance/driver.cxx index d6cd5ea..c07a0ea 100644 --- a/examples/inheritance/driver.cxx +++ b/examples/inheritance/driver.cxx @@ -4,8 +4,8 @@ #include #include -#include -#include +#include +#include #include "position.hxx" diff --git a/examples/inheritance/position.cxx b/examples/inheritance/position.cxx index 9dde29e..1123efa 100644 --- a/examples/inheritance/position.cxx +++ b/examples/inheritance/position.cxx @@ -3,8 +3,8 @@ #include -#include -#include +#include +#include #include "position.hxx" diff --git a/examples/inheritance/position.hxx b/examples/inheritance/position.hxx index d86995d..d6f3a3f 100644 --- a/examples/inheritance/position.hxx +++ b/examples/inheritance/position.hxx @@ -8,7 +8,7 @@ #include #include -#include // xml::{parser,serializer} forward declarations. +#include // xml::{parser,serializer} forward declarations. class position { -- cgit v1.1