toxcore/toxav
iphydf 406d292107
Minor cleanups: header reordering, adding {}.
I hadn't done this for the "fun" code, yet. Also, we should include
system headers after our own headers.

"In general, a module should be implemented by one or more .cpp files.
Each of these .cpp files should include the header that defines their
interface first. This ensures that all of the dependences of the module
header have been properly added to the module header itself, and are not
implicit. System headers should be included after user headers for a
translation unit."
-- http://llvm.org/docs/CodingStandards.html#a-public-header-file-is-a-module
2016-09-09 19:30:50 +01:00
..
audio.c Do not use else after return. 2016-09-02 11:02:56 +01:00
audio.h Move logging to a callback. 2016-08-27 01:16:14 +01:00
bwcontroller.c Minor cleanups: header reordering, adding {}. 2016-09-09 19:30:50 +01:00
bwcontroller.h Merge branch 'master' of https://github.com/helium-software/toxcore 2015-11-19 14:43:09 -05:00
group.c Do not use else after return. 2016-09-02 11:02:56 +01:00
group.h Move logging to a callback. 2016-08-27 01:16:14 +01:00
Makefile.inc fix BWController misspelling 2015-11-11 10:33:03 +01:00
msi.c Comment intentional switch fallthroughs 2016-09-07 17:48:01 -04:00
msi.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
rtp.c Improve static and const correctness. 2016-09-06 11:54:37 +01:00
rtp.h Fix compilation for Windows. 2016-09-08 11:37:35 +01:00
toxav_old.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
toxav.c Do not use else after return. 2016-09-02 11:02:56 +01:00
toxav.h Use const for version numbers. 2016-09-09 10:05:12 +01:00
video.c Remove useless casts. 2016-09-01 18:49:49 +01:00
video.h Sort #includes in all source files. 2016-09-01 16:35:46 +01:00