Skip to content
Snippets Groups Projects

include: move dbus-core.h to config

2 unresolved threads

This header is internal (not installed) and holds definitions for sources in config/, thus it fells more clean moving it to config/, too.

Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
32 32
33 33 #include "dix.h"
34 34 #include "os.h"
35 #include "dbus-core.h"
35
36 #include "config/dbus-core.h"
  • 48 48 #include <X11/Xproto.h>
    49 49 #include <X11/Xatom.h>
    50 50
    51 #include "config/dbus-core.h"
    • Technically this should be

      #include <config/dbus-core.h>

      but since we don't expect hw/xfree86/common/config/dbus-core.h to ever exist I guess it doesn't really matter.

    • This certainly deserves further discussion (eg. what's the real difference between "x" vs ), but I'd like to defer that to the future, once we're done with api cleanups. (perhaps we'll have some tool assistance then)

    • Please register or sign in to reply
  • Marge Bot added 260 commits

    added 260 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading