Squashed 'third_party/rawrtc/rawrtc/' content from commit aa3ae4b24

Change-Id: I38a655a4259b62f591334e90a1315bd4e7e4d8ec
git-subtree-dir: third_party/rawrtc/rawrtc
git-subtree-split: aa3ae4b247275cc6e69c30613b3a4ba7fdc82d1b
diff --git a/include/rawrtc.h b/include/rawrtc.h
new file mode 100644
index 0000000..7801c6f
--- /dev/null
+++ b/include/rawrtc.h
@@ -0,0 +1,24 @@
+#pragma once
+#include "rawrtc/config.h"
+
+#include "rawrtc/certificate.h"
+#include "rawrtc/dtls_fingerprint.h"
+#include "rawrtc/dtls_parameters.h"
+#include "rawrtc/dtls_transport.h"
+#include "rawrtc/ice_candidate.h"
+#include "rawrtc/ice_gather_options.h"
+#include "rawrtc/ice_gatherer.h"
+#include "rawrtc/ice_parameters.h"
+#include "rawrtc/ice_server.h"
+#include "rawrtc/ice_transport.h"
+#include "rawrtc/main.h"
+#include "rawrtc/peer_connection.h"
+#include "rawrtc/peer_connection_configuration.h"
+#include "rawrtc/peer_connection_description.h"
+#include "rawrtc/peer_connection_ice_candidate.h"
+#include "rawrtc/peer_connection_state.h"
+#if RAWRTC_HAVE_SCTP_REDIRECT_TRANSPORT
+#    include "rawrtc/sctp_redirect_transport.h"
+#endif
+#include "rawrtc/sctp_transport.h"
+#include "rawrtc/utils.h"