Drop not needed include to sys/sysmacros.h from logind.cpp

Fixes build on FreeBSD.
This commit is contained in:
Martin Gräßlin 2016-06-20 11:21:45 +02:00
parent a22e3254ec
commit a1f21f3cea

View file

@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QDBusMetaType>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <unistd.h>
#include "utils.h"