mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Code clean-up.
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../aaruremote.h"
|
||||
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#include "../aaruremote.h"
|
||||
|
||||
AaruPacketHello* GetHello()
|
||||
{
|
||||
struct utsname utsname;
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../aaruremote.h"
|
||||
#include "../unix/unix.h"
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <ifaddrs.h>
|
||||
#include <stddef.h>
|
||||
@@ -25,6 +22,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../aaruremote.h"
|
||||
#include "unix.h"
|
||||
|
||||
int PrintNetworkAddresses()
|
||||
{
|
||||
int ret;
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../aaruremote.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../aaruremote.h"
|
||||
|
||||
void Initialize()
|
||||
{
|
||||
// Do nothing
|
||||
|
||||
Reference in New Issue
Block a user