Parcourir la source

avoid putting more includes in headers than necessary

tags/v1.8.90
Brian P. Hinz il y a 6 ans
Parent
révision
4b9b89730d
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    0
      common/rfb/SSecurityTLS.cxx
  2. 0
    1
      common/rfb/SSecurityTLS.h

+ 1
- 0
common/rfb/SSecurityTLS.cxx Voir le fichier

@@ -35,6 +35,7 @@
#include <rfb/Exception.h>
#include <rdr/TLSInStream.h>
#include <rdr/TLSOutStream.h>
#include <gnutls/x509.h>

#define DH_BITS 1024 /* XXX This should be configurable! */


+ 0
- 1
common/rfb/SSecurityTLS.h Voir le fichier

@@ -35,7 +35,6 @@
#include <rdr/InStream.h>
#include <rdr/OutStream.h>
#include <gnutls/gnutls.h>
#include <gnutls/x509.h>

namespace rfb {


Chargement…
Annuler
Enregistrer