Fedora 30 packaging fix issu
[src/app-framework-binder.git] / src / afb-fdev.c
index 943c254..386e1e4 100644 (file)
  * limitations under the License.
  */
 
-#include "afb-systemd.h"
 #include "fdev.h"
+
+#include "afb-systemd.h"
 #include "fdev-systemd.h"
 
 struct fdev *afb_fdev_create(int fd)
 {
        return fdev_systemd_create(afb_systemd_get_event_loop(), fd);
 }
-