misc: Reorder includes, move osmocore to the end

This commit is contained in:
Holger Hans Peter Freyther 2010-12-22 18:16:01 +01:00
parent 3547045c73
commit c5faf66b82
1 changed files with 2 additions and 1 deletions

View File

@ -32,8 +32,9 @@
#include <openbsc/gsm_data.h>
#include <openbsc/gsm_04_11.h>
#include <openbsc/db.h>
#include <osmocore/talloc.h>
#include <openbsc/debug.h>
#include <osmocore/talloc.h>
#include <osmocore/statistics.h>
#include <osmocore/rate_ctr.h>