Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
High-Level API: Reformat source
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Dec 25, 2018
1 parent ce92dda commit e4e1830
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/include/kdbprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#ifndef KDBPRIVATE_H
#define KDBPRIVATE_H

#include <elektra.h>
#include <elektra/error.h>
#include <kdb.h>
#include <kdbconfig.h>
#include <kdbextension.h>
Expand All @@ -19,8 +21,6 @@
#include <kdbplugin.h>
#include <kdbproposal.h>
#include <kdbtypes.h>
#include <elektra.h>
#include <elektra/error.h>
#ifdef ELEKTRA_ENABLE_OPTIMIZATIONS
#include <kdbopmphm.h>
#include <kdbopmphmpredictor.h>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/highlevel/elektra.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

#include "elektra.h"
#include "elektra/conversion.h"
#include "kdbprivate.h"
#include "elektra/errorsprivate.h"
#include "elektra/types.h"
#include "kdbhelper.h"
#include "kdblogger.h"
#include "kdbprivate.h"
#include <stdlib.h>

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion src/libs/highlevel/elektra_array_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#include "elektra/conversion.h"
#include "elektra/errors.h"
#include "elektra/errorsprivate.h"
#include "kdbprivate.h"
#include "kdbease.h"
#include "kdbhelper.h"
#include "kdbprivate.h"
#include <string.h>

#ifdef __cplusplus
Expand Down
4 changes: 2 additions & 2 deletions src/libs/highlevel/elektra_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* @copyright BSD License (see doc/LICENSE.md or http://www.libelektra.org)
*/

#include "elektra/error.h"
#include "elektra/conversion.h"
#include "kdbprivate.h"
#include "elektra/error.h"
#include "kdberrors.h"
#include "kdbhelper.h"
#include "kdbprivate.h"
#include <string.h>

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion src/libs/highlevel/elektra_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include "elektra/conversion.h"
#include "elektra/errors.h"
#include "elektra/errorsprivate.h"
#include "kdbprivate.h"
#include "kdbhelper.h"
#include "kdbprivate.h"
#include <string.h>

#ifdef __cplusplus
Expand Down

0 comments on commit e4e1830

Please sign in to comment.