Changed some header filenames

This commit is contained in:
fluxgen 2002-01-07 23:42:25 +00:00
parent 02e6d0ecab
commit 472602d2bc

View file

@ -18,7 +18,7 @@
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: DrawUtil.cc,v 1.2 2002/01/06 13:46:43 fluxgen Exp $ // $Id: DrawUtil.cc,v 1.3 2002/01/07 23:42:25 fluxgen Exp $
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
@ -28,9 +28,9 @@
#include "StringUtil.hh" #include "StringUtil.hh"
#include "i18n.hh" #include "i18n.hh"
#include <stdlib.h> #include <cstdlib>
#include <assert.h> #include <cassert>
#include <stdio.h> #include <cstdio>
#include <iostream> #include <iostream>
#include <X11/Xutil.h> #include <X11/Xutil.h>