~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to session.c

  • Committer: Matthew Fuller
  • Date: 2016-09-22 05:32:44 UTC
  • mto: This revision was merged to the branch mainline in revision 525.
  • Revision ID: fullermd@over-yonder.net-20160922053244-xfhpskusj2a8y7we
Pull list.h out of screen.h and #include it in the places that need
it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
#include "ctwm_atoms.h"
113
113
#include "icons.h"
 
114
#include "list.h"
114
115
#include "screen.h"
115
116
#include "session.h"
116
117