summaryrefslogtreecommitdiff
path: root/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-01-11 16:19:00 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-01-11 16:19:00 +0200
commitfc19ff074e128427c18631df911f5724b364b24b (patch)
treee53e00d9730d760184604909ca0bfa3b6de17aa1 /src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
parent7875fe9def0e9c54ecc10d026db561ca19731fd5 (diff)
downloadsdl_core-fc19ff074e128427c18631df911f5724b364b24b.tar.gz
Correct all dependent from .hpp include directives
Corrected all include directives in files where was included .hpp files
Diffstat (limited to 'src/components/formatters/src/CFormatterJsonSDLRPCv1.cc')
-rw-r--r--src/components/formatters/src/CFormatterJsonSDLRPCv1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc b/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
index 407a001883..1f29a20d7e 100644
--- a/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
+++ b/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
@@ -27,7 +27,7 @@
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.
-#include "formatters/CFormatterJsonSDLRPCv1.hpp"
+#include "formatters/CFormatterJsonSDLRPCv1.h"
#include "formatters/meta_formatter.h"
namespace strings = NsSmartDeviceLink::NsJSONHandler::strings;