common: rename qso_impl.h to qso-impl.h

A dash is easier to type and is marginally easier on the eyes.  Eventually,
all the files should get the same s/_/-/ treatment.

Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
4 files changed, 5 insertions(+), 5 deletions(-)

M common/adif.c
M common/qso_impl.h => common/qso-impl.h
M common/qso-pack.c
M common/qso.c
M common/adif.c +1 -1
@@ 37,7 37,7 @@ 
 #include <hlog/util.h>
 #include <hlog/version.h>
 
-#include "qso_impl.h"
+#include "qso-impl.h"
 
 #define ADIF_VERSION "3.1.4"
 

          
M common/qso_impl.h => common/qso-impl.h +0 -0

        
M common/qso-pack.c +2 -2
@@ 1,5 1,5 @@ 
 /*
- * Copyright (c) 2020-2022 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2020-2023 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal

          
@@ 26,7 26,7 @@ 
 
 #include <hlog/version.h>
 
-#include "qso_impl.h"
+#include "qso-impl.h"
 #include "hlq.h"
 
 static const struct side_field {

          
M common/qso.c +2 -2
@@ 1,5 1,5 @@ 
 /*
- * Copyright (c) 2020-2022 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+ * Copyright (c) 2020-2023 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal

          
@@ 25,7 25,7 @@ 
 #include <jeffpc/rand.h>
 #include <jeffpc/mem.h>
 
-#include "qso_impl.h"
+#include "qso-impl.h"
 #include <hlog/bands.h>
 #include <hlog/util.h>