~samebchase/inkscape/deheader

« back to all changes in this revision

Viewing changes to src/selcue.cpp

  • Committer: Samuel Chase
  • Date: 2014-04-23 19:54:22 UTC
  • Revision ID: samebchase@gmail.com-20140423195422-mdavk51xtvlxg5ue
Change string.h to <cstring>

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * Released under GNU GPL, read the file 'COPYING' for more information
12
12
 */
13
13
 
14
 
#include <string.h>
 
14
#include <cstring>
15
15
 
16
16
#include "desktop-handles.h"
17
17
#include "selection.h"