~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/device-manager.cpp

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#include <glib.h>
11
11
#include <map>
12
12
#include <set>
13
 
#include <gtk/gtkaccelgroup.h>
 
13
#include <gtk/gtk.h>
14
14
 
15
15
#include "device-manager.h"
16
16
#include "preferences.h"
690
690
  fill-column:99
691
691
  End:
692
692
*/
693
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
693
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :