View | Details | Raw Unified
Collapse All | Expand All

(-) quickplot-0.8.2/File.h (-3 / +4 lines)
 Lines 1-8    Link Here 
/* Copyright (c) 1998, 1999, 2003, 2004  Lance Arsenault, (GNU GPL (v2+))
/* Copyright (c) 1998, 1999, 2003, 2004  Lance Arsenault, (GNU GPL (v2+))
 */
 */
#ifdef USE_LIBSNDFILE
#include <sndfile.h>
#endif
struct ::SNDFILE;
class Source;
class Source;
class FileReader;
class FileReader;
class FileList;
class FileList;
 Lines 22-28    Link Here 
  void init(const FileList *fileList);
  void init(const FileList *fileList);
  
  
#ifdef USE_LIBSNDFILE
#ifdef USE_LIBSNDFILE
  
  // This will not work with stdin.
  // This will not work with stdin.
  bool readSndFile(const FileList *fileList, int fd=-1);
  bool readSndFile(const FileList *fileList, int fd=-1);
(-) quickplot-0.8.2/File_readASCIIFile.cpp (-2 / +1 lines)
 Lines 11-17    Link Here 
#include <list>
#include <list>
#include <iomanip>
#include <iomanip>
#include <errno.h>
#include <gtkmm.h>
#include <gtkmm.h>
 Lines 40-46    Link Here 
#include "MainWindow.h"
#include "MainWindow.h"
#include "App.h"
#include "App.h"
#include "errorStr.h"
#include "errorStr.h"
#include "FileReader.h"
#include "FileReader.h"
(-) quickplot-0.8.2/ValueSlider.cpp (+1 lines)
 Lines 6-11    Link Here 
#include <string.h>
#include <string.h>
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <math.h>
#include <errno.h>
#include <gtkmm.h>
#include <gtkmm.h>
#include <glibmm/ustring.h>
#include <glibmm/ustring.h>